Skip to content

Commit a861b72

Browse files
committed
chore: update unblock this contact string
1 parent b914cde commit a861b72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/automation/enforce_localized_str.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function getExpectedStringFromKey(
105105
case 'block':
106106
return 'Block';
107107
case 'blockBlockedDescription':
108-
return 'Unblock this contact to send a message.';
108+
return 'Unblock this contact to send a message';
109109
case 'attachmentsClickToDownload':
110110
return 'Click to download {file_type}';
111111
case 'media':

tests/localization/locales.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ export const simpleDictionary = {
559559
args: undefined,
560560
},
561561
blockBlockedDescription: {
562-
en: 'Unblock this contact to send a message.',
562+
en: 'Unblock this contact to send a message',
563563
args: undefined,
564564
},
565565
blockBlockedNone: {

0 commit comments

Comments
 (0)