We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b914cde + a861b72 commit 5cf7a8aCopy full SHA for 5cf7a8a
tests/automation/enforce_localized_str.spec.ts
@@ -105,7 +105,7 @@ function getExpectedStringFromKey(
105
case 'block':
106
return 'Block';
107
case 'blockBlockedDescription':
108
- return 'Unblock this contact to send a message.';
+ return 'Unblock this contact to send a message';
109
case 'attachmentsClickToDownload':
110
return 'Click to download {file_type}';
111
case 'media':
tests/localization/locales.ts
@@ -559,7 +559,7 @@ export const simpleDictionary = {
559
args: undefined,
560
},
561
blockBlockedDescription: {
562
- en: 'Unblock this contact to send a message.',
+ en: 'Unblock this contact to send a message',
563
564
565
blockBlockedNone: {
0 commit comments