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
@@ -1179,6 +1179,14 @@ class AppLocalizationsJa extends AppLocalizations {
@override
String get chat_noMessages => 'まだメッセージは届いていません';
@override
String get chat_sendMessage => 'Send message';
@override
String chat_sendMessageTo(String contactName) {
return '$contactName へのメッセージを送信する';
}
@override
String get chat_sendMessageToStart => '開始するためにメッセージを送信してください';
@@ -1198,11 +1206,6 @@ class AppLocalizationsJa extends AppLocalizations {
@override
String get chat_location => '場所';
@override
String chat_sendMessageTo(String contactName) {
return '$contactName へのメッセージを送信する';
}
@override
String get chat_typeMessage => 'メッセージを入力してください…';