Skip to content

Commit 2a163b2

Browse files
committed
l10n: Fix mismatch in descriptions of new strings
These were added yesterday in 7f7aa98 (#1790). The descriptions changed in the last revision before the PR was merged; but the edit apparently didn't make it to the generated file, causing CI to fail.
1 parent 7f7aa98 commit 2a163b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/generated/l10n/zulip_localizations.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ abstract class ZulipLocalizations {
275275
/// **'To upload files, please grant Zulip additional permissions in Settings.'**
276276
String get permissionsDeniedReadExternalStorage;
277277

278-
/// Label in the channel context menu for subscribing to the channel.
278+
/// Label in the channel action sheet for subscribing to the channel.
279279
///
280280
/// In en, this message translates to:
281281
/// **'Subscribe'**
@@ -305,7 +305,7 @@ abstract class ZulipLocalizations {
305305
/// **'List of topics'**
306306
String get actionSheetOptionListOfTopics;
307307

308-
/// Label in the channel context menu for unsubscribing from the channel.
308+
/// Label in the channel action sheet for unsubscribing from the channel.
309309
///
310310
/// In en, this message translates to:
311311
/// **'Unsubscribe'**

0 commit comments

Comments
 (0)