File tree 6 files changed +9
-9
lines changed 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 533
533
"@inboxButton": {
534
534
"description": "Label for the menu button switching to inbox."
535
535
},
536
- "recentDmConversationsPageTitle ": "Direct messages",
537
- "@recentDmConversationsPageTitle ": {
538
- "description": "Title for the page of recent DM conversations"
536
+ "recentDmConversationsButton ": "Direct messages",
537
+ "@recentDmConversationsButton ": {
538
+ "description": "Label for the menu button switching to recent DM conversations. "
539
539
},
540
540
"combinedFeedPageTitle": "Combined feed",
541
541
"@combinedFeedPageTitle": {
Original file line number Diff line number Diff line change @@ -805,11 +805,11 @@ abstract class ZulipLocalizations {
805
805
/// **'Inbox'**
806
806
String get inboxButton;
807
807
808
- /// Title for the page of recent DM conversations
808
+ /// Label for the menu button switching to recent DM conversations.
809
809
///
810
810
/// In en, this message translates to:
811
811
/// **'Direct messages'**
812
- String get recentDmConversationsPageTitle ;
812
+ String get recentDmConversationsButton ;
813
813
814
814
/// Title for the page of combined feed.
815
815
///
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ class ZulipLocalizationsAr extends ZulipLocalizations {
423
423
String get inboxButton => 'Inbox' ;
424
424
425
425
@override
426
- String get recentDmConversationsPageTitle => 'Direct messages' ;
426
+ String get recentDmConversationsButton => 'Direct messages' ;
427
427
428
428
@override
429
429
String get combinedFeedPageTitle => 'Combined feed' ;
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ class ZulipLocalizationsEn extends ZulipLocalizations {
423
423
String get inboxButton => 'Inbox' ;
424
424
425
425
@override
426
- String get recentDmConversationsPageTitle => 'Direct messages' ;
426
+ String get recentDmConversationsButton => 'Direct messages' ;
427
427
428
428
@override
429
429
String get combinedFeedPageTitle => 'Combined feed' ;
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ class ZulipLocalizationsJa extends ZulipLocalizations {
423
423
String get inboxButton => 'Inbox' ;
424
424
425
425
@override
426
- String get recentDmConversationsPageTitle => 'Direct messages' ;
426
+ String get recentDmConversationsButton => 'Direct messages' ;
427
427
428
428
@override
429
429
String get combinedFeedPageTitle => 'Combined feed' ;
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ class _DirectMessagesButton extends _NavigationBarMenuButton {
393
393
394
394
@override
395
395
String label (ZulipLocalizations zulipLocalizations) {
396
- return zulipLocalizations.recentDmConversationsPageTitle ;
396
+ return zulipLocalizations.recentDmConversationsButton ;
397
397
}
398
398
399
399
@override
You can’t perform that action at this time.
0 commit comments