fix(i18n): Add missing string
This commit is contained in:
parent
0d7ae321a7
commit
5c51eefa3e
@ -159,7 +159,8 @@
|
||||
"stickerPickerNoStickersLine1": "You have no sticker packs installed.",
|
||||
"stickerPickerNoStickersLine2": "They can be installed in the sticker settings.",
|
||||
"stickerSettings": "Sticker settings",
|
||||
"newDeviceMessage": "${title} added a new encryption device"
|
||||
"newDeviceMessage": "${title} added a new encryption device",
|
||||
"messageHint": "Send a message..."
|
||||
},
|
||||
"addcontact": {
|
||||
"title": "Add new contact",
|
||||
|
@ -159,7 +159,8 @@
|
||||
"stickerPickerNoStickersLine1": "Du hast keine Stickerpacks installiert.",
|
||||
"stickerPickerNoStickersLine2": "Diese können in den Stickereinstellungen installiert werden.",
|
||||
"stickerSettings": "Stickereinstellungen",
|
||||
"newDeviceMessage": "${title} hat ein neues Verschlüsselungsgerät hinzugefügt"
|
||||
"newDeviceMessage": "${title} hat ein neues Verschlüsselungsgerät hinzugefügt",
|
||||
"messageHint": "Nachricht senden..."
|
||||
},
|
||||
"addcontact": {
|
||||
"title": "Neuen Kontakt hinzufügen",
|
||||
|
@ -117,7 +117,7 @@ class ConversationBottomRowState extends State<ConversationBottomRow> {
|
||||
backgroundColor: Theme.of(context).extension<MoxxyThemeData>()!.conversationTextFieldColor,
|
||||
textColor: Theme.of(context).extension<MoxxyThemeData>()!.conversationTextFieldTextColor,
|
||||
maxLines: 5,
|
||||
hintText: 'Send a message...',
|
||||
hintText: t.pages.conversation.messageHint,
|
||||
hintTextColor: Theme.of(context).extension<MoxxyThemeData>()!.conversationTextFieldHintTextColor,
|
||||
isDense: true,
|
||||
onChanged: (value) {
|
||||
|
Loading…
Reference in New Issue
Block a user