. is already present in the i18n label

pull/1838/head
Brice-W 4 years ago
parent f7658c323d
commit 7965b4e44a

@ -48,7 +48,7 @@ function renderChange(change: PropsForGroupUpdateType) {
const people = isTypeWithContact(change) ? getPeople(change) : [];
switch (change.type) {
case 'name':
return `${window.i18n('titleIsNow', [change.newName || ''])}.`;
return `${window.i18n('titleIsNow', [change.newName || ''])}`;
case 'add':
if (!change.contacts || !change.contacts.length) {
throw new Error('Group update add is missing contacts');

Loading…
Cancel
Save