fix(i18n): Add missing string

This commit is contained in:
PapaTutuWawa 2023-01-13 18:58:12 +01:00
parent 0d7ae321a7
commit 5c51eefa3e
3 changed files with 5 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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) {