add tooltip to send message buttons

This commit is contained in:
Enot (ded) Skelly
2026-04-08 08:22:13 -07:00
parent 637e08d22c
commit c4f54efd77
23 changed files with 238 additions and 97 deletions
+8 -5
View File
@@ -1239,6 +1239,14 @@ class AppLocalizationsIt extends AppLocalizations {
@override
String get chat_noMessages => 'Nessun messaggio ancora';
@override
String get chat_sendMessage => 'Send message';
@override
String chat_sendMessageTo(String contactName) {
return 'Invia un messaggio a $contactName';
}
@override
String get chat_sendMessageToStart => 'Invia un messaggio per iniziare';
@@ -1258,11 +1266,6 @@ class AppLocalizationsIt extends AppLocalizations {
@override
String get chat_location => 'Posizione';
@override
String chat_sendMessageTo(String contactName) {
return 'Invia un messaggio a $contactName';
}
@override
String get chat_typeMessage => 'Digita un messaggio...';