mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-31 07:42:30 +10:00
Merge pull request #428 from sethoscope/remove-channel-subtitles
Remove channel subtitles from UI
This commit is contained in:
@@ -2050,12 +2050,6 @@ abstract class AppLocalizations {
|
||||
/// **'Channel {index}'**
|
||||
String channels_channelIndex(int index);
|
||||
|
||||
/// No description provided for @channels_hashtagChannel.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Hashtag channel'**
|
||||
String get channels_hashtagChannel;
|
||||
|
||||
/// No description provided for @channels_public.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -2074,18 +2068,6 @@ abstract class AppLocalizations {
|
||||
/// **'Private'**
|
||||
String get channels_private;
|
||||
|
||||
/// No description provided for @channels_publicChannel.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Public channel'**
|
||||
String get channels_publicChannel;
|
||||
|
||||
/// No description provided for @channels_privateChannel.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Private channel'**
|
||||
String get channels_privateChannel;
|
||||
|
||||
/// No description provided for @channels_editChannel.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user