Skip to content

Commit be130f8

Browse files
authored
Add send button disabled alt text to en-US.json (#4624)
* Add send button disabled alt text * Add for yue * Add period
1 parent 90fac80 commit be130f8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/api/src/localization/en-US.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
"RECEIPT_CARD_TAX": "Tax",
9292
"RECEIPT_CARD_TOTAL": "Total",
9393
"RECEIPT_CARD_VAT": "VAT",
94+
"SEND_BOX_IS_EMPTY_TOOLTIP_ALT": "Cannot send empty message.",
95+
"_SEND_BOX_IS_EMPTY_TOOLTIP_ALT.comment": "This is for screen reader on the send button. When the send text box is empty, the send button is disabled and this text on the send button explain why the button is disabled.",
9496
"SPEECH_INPUT_LISTENING": "Listening…",
9597
"SPEECH_INPUT_MICROPHONE_BUTTON_CLOSE_ALT": "Microphone off",
9698
"_SPEECH_INPUT_MICROPHONE_BUTTON_CLOSE_ALT.comment": "This is for screen reader and is the label of the microphone button, when clicked, will close microphone.",

packages/api/src/localization/yue.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"RECEIPT_CARD_TAX": "",
6666
"RECEIPT_CARD_TOTAL": "總共",
6767
"RECEIPT_CARD_VAT": "消費稅",
68+
"SEND_BOX_IS_EMPTY_TOOLTIP_ALT": "唔可以傳送空白嘅訊息。",
6869
"SPEECH_INPUT_LISTENING": "聽緊你講嘢…",
6970
"SPEECH_INPUT_MICROPHONE_BUTTON_CLOSE_ALT": "閂咪",
7071
"SPEECH_INPUT_MICROPHONE_BUTTON_OPEN_ALT": "開咪",

0 commit comments

Comments
 (0)