Skip to content

Commit 5cf7a8a

Browse files
authored
Merge pull request #35 from session-foundation/fix-strings-block
chore: update unblock this contact string
2 parents b914cde + a861b72 commit 5cf7a8a

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)