Skip to content

Commit cfeace2

Browse files
committed
i18n [nfc]: Update label to 'Messages with yourself' in DM header
Fixes: #1319
1 parent 449f326 commit cfeace2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

assets/l10n/app_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
"others": {"type": "String", "example": "Alice, Bob"}
348348
}
349349
},
350-
"messageListGroupYouWithYourself": "You with yourself",
350+
"messageListGroupYouWithYourself": "Messages with yourself",
351351
"@messageListGroupYouWithYourself": {
352352
"description": "Message list recipient header for a DM group that only includes yourself."
353353
},

lib/generated/l10n/zulip_localizations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ abstract class ZulipLocalizations {
564564
/// Message list recipient header for a DM group that only includes yourself.
565565
///
566566
/// In en, this message translates to:
567-
/// **'You with yourself'**
567+
/// **'Messages with yourself'**
568568
String get messageListGroupYouWithYourself;
569569

570570
/// Content validation error message when the message is too long.

lib/generated/l10n/zulip_localizations_ar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
275275
}
276276

277277
@override
278-
String get messageListGroupYouWithYourself => 'You with yourself';
278+
String get messageListGroupYouWithYourself => 'Messages with yourself';
279279

280280
@override
281281
String get contentValidationErrorTooLong => 'Message length shouldn\'t be greater than 10000 characters.';

lib/generated/l10n/zulip_localizations_en.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
275275
}
276276

277277
@override
278-
String get messageListGroupYouWithYourself => 'You with yourself';
278+
String get messageListGroupYouWithYourself => 'Messages with yourself';
279279

280280
@override
281281
String get contentValidationErrorTooLong => 'Message length shouldn\'t be greater than 10000 characters.';

lib/generated/l10n/zulip_localizations_ja.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
275275
}
276276

277277
@override
278-
String get messageListGroupYouWithYourself => 'You with yourself';
278+
String get messageListGroupYouWithYourself => 'Messages with yourself';
279279

280280
@override
281281
String get contentValidationErrorTooLong => 'Message length shouldn\'t be greater than 10000 characters.';

lib/generated/l10n/zulip_localizations_nb.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
275275
}
276276

277277
@override
278-
String get messageListGroupYouWithYourself => 'You with yourself';
278+
String get messageListGroupYouWithYourself => 'Messages with yourself';
279279

280280
@override
281281
String get contentValidationErrorTooLong => 'Message length shouldn\'t be greater than 10000 characters.';

lib/generated/l10n/zulip_localizations_sk.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class ZulipLocalizationsSk extends ZulipLocalizations {
275275
}
276276

277277
@override
278-
String get messageListGroupYouWithYourself => 'You with yourself';
278+
String get messageListGroupYouWithYourself => 'Messages with yourself';
279279

280280
@override
281281
String get contentValidationErrorTooLong => 'Message length shouldn\'t be greater than 10000 characters.';

0 commit comments

Comments
 (0)