mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-01 16:15:56 +10:00
Remove channel subtitles from UI
Per issue #418, this commmit removes channel subtitles from the channel list and from the map screen (deep in the marker sharing). This reduces visual clutter and allows for more compact lists, and the type of channel is already indicated by the leading icon. The subtitles simply said "Public channel", "Hashtag channel", or "Private channel". We also remove the relevant localization strings.
This commit is contained in:
@@ -1106,9 +1106,6 @@ class AppLocalizationsPl extends AppLocalizations {
|
||||
return 'Kanał $index';
|
||||
}
|
||||
|
||||
@override
|
||||
String get channels_hashtagChannel => 'Kanał hashtagów';
|
||||
|
||||
@override
|
||||
String get channels_public => 'Publiczny';
|
||||
|
||||
@@ -1120,12 +1117,6 @@ class AppLocalizationsPl extends AppLocalizations {
|
||||
@override
|
||||
String get channels_private => 'Prywatny';
|
||||
|
||||
@override
|
||||
String get channels_publicChannel => 'Kanał publiczny';
|
||||
|
||||
@override
|
||||
String get channels_privateChannel => 'Prywatny kanał';
|
||||
|
||||
@override
|
||||
String get channels_editChannel => 'Edytuj kanał';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user