diff --git a/ts/components/conversation/GroupNotification.tsx b/ts/components/conversation/GroupNotification.tsx index 4e4806e13..4186a11fe 100644 --- a/ts/components/conversation/GroupNotification.tsx +++ b/ts/components/conversation/GroupNotification.tsx @@ -49,7 +49,7 @@ export class GroupNotification extends React.Component { switch (type) { case 'name': - return i18n('titleIsNow', [newName || '']); + return i18n('titleIsNow', [newName || '']) + '.'; case 'add': if (!contacts || !contacts.length) { throw new Error('Group update is missing contacts');