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
+9
View File
@@ -607,6 +607,15 @@
"channels_enterHashtag": "Enter hashtag",
"channels_hashtagHint": "e.g. #team",
"chat_noMessages": "No messages yet",
"chat_sendMessage": "Send message",
"chat_sendMessageTo": "Send message to {name}",
"@chat_sendMessageTo": {
"placeholders": {
"name": {
"type": "String"
}
}
},
"chat_sendMessageToStart": "Send a message to get started",
"chat_originalMessageNotFound": "Original message not found",
"chat_replyingTo": "Replying to {name}",