mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 09:20:29 +00:00
feat: Add localization for no recipients and no channels found messages
This commit is contained in:
@@ -1717,6 +1717,12 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get noContactsOrRoomsAvailable => 'No contacts or rooms available';
|
||||
|
||||
@override
|
||||
String get noRecipientsAvailable => 'No recipients available';
|
||||
|
||||
@override
|
||||
String get noChannelsFound => 'No channels found';
|
||||
|
||||
@override
|
||||
String get messagesWillBeSentToPublicChannel =>
|
||||
'Messages will be sent to public channel';
|
||||
|
||||
Reference in New Issue
Block a user