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
@@ -1174,6 +1174,14 @@ class AppLocalizationsKo 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 => '시작하려면 메시지를 보내세요.';
@@ -1193,11 +1201,6 @@ class AppLocalizationsKo extends AppLocalizations {
@override
String get chat_location => '위치';
@override
String chat_sendMessageTo(String contactName) {
return '$contactName에게 메시지를 보내';
}
@override
String get chat_typeMessage => '메시지를 입력하세요...';