Skip to content

Commit 53dd04c

Browse files
committed
i18n : Update label to 'Messages with yourself' in DM header
Fixes: #1319
1 parent ca26330 commit 53dd04c

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
@@ -380,7 +380,7 @@
380380
"others": {"type": "String", "example": "Alice, Bob"}
381381
}
382382
},
383-
"messageListGroupYouWithYourself": "You with yourself",
383+
"messageListGroupYouWithYourself": "Messages with yourself",
384384
"@messageListGroupYouWithYourself": {
385385
"description": "Message list recipient header for a DM group that only includes yourself."
386386
},

lib/generated/l10n/zulip_localizations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ abstract class ZulipLocalizations {
600600
/// Message list recipient header for a DM group that only includes yourself.
601601
///
602602
/// In en, this message translates to:
603-
/// **'You with yourself'**
603+
/// **'Messages with yourself'**
604604
String get messageListGroupYouWithYourself;
605605

606606
/// 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
@@ -299,7 +299,7 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
299299
}
300300

301301
@override
302-
String get messageListGroupYouWithYourself => 'You with yourself';
302+
String get messageListGroupYouWithYourself => 'Messages with yourself';
303303

304304
@override
305305
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
@@ -299,7 +299,7 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
299299
}
300300

301301
@override
302-
String get messageListGroupYouWithYourself => 'You with yourself';
302+
String get messageListGroupYouWithYourself => 'Messages with yourself';
303303

304304
@override
305305
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
@@ -299,7 +299,7 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
299299
}
300300

301301
@override
302-
String get messageListGroupYouWithYourself => 'You with yourself';
302+
String get messageListGroupYouWithYourself => 'Messages with yourself';
303303

304304
@override
305305
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
@@ -299,7 +299,7 @@ class ZulipLocalizationsNb extends ZulipLocalizations {
299299
}
300300

301301
@override
302-
String get messageListGroupYouWithYourself => 'You with yourself';
302+
String get messageListGroupYouWithYourself => 'Messages with yourself';
303303

304304
@override
305305
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
@@ -299,7 +299,7 @@ class ZulipLocalizationsSk extends ZulipLocalizations {
299299
}
300300

301301
@override
302-
String get messageListGroupYouWithYourself => 'You with yourself';
302+
String get messageListGroupYouWithYourself => 'Messages with yourself';
303303

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

0 commit comments

Comments
 (0)