mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
chore: Change invite link textfield label
This commit is contained in:
parent
b4df8c129d
commit
5e5132c290
@ -2514,5 +2514,6 @@
|
|||||||
"disableEncryptionWarning": "For security reasons you can not disable encryption in a chat, where it has been enabled before.",
|
"disableEncryptionWarning": "For security reasons you can not disable encryption in a chat, where it has been enabled before.",
|
||||||
"sorryThatsNotPossible": "Sorry... that is not possible",
|
"sorryThatsNotPossible": "Sorry... that is not possible",
|
||||||
"deviceKeys": "Device keys:",
|
"deviceKeys": "Device keys:",
|
||||||
"letsStart": "Let's start"
|
"letsStart": "Let's start",
|
||||||
|
"enterInviteLinkOrMatrixId": "Enter invite link or Matrix ID..."
|
||||||
}
|
}
|
@ -94,7 +94,7 @@ class NewPrivateChatView extends StatelessWidget {
|
|||||||
horizontal: 12,
|
horizontal: 12,
|
||||||
vertical: 6,
|
vertical: 6,
|
||||||
),
|
),
|
||||||
labelText: L10n.of(context)!.typeInInviteLinkManually,
|
labelText: L10n.of(context)!.enterInviteLinkOrMatrixId,
|
||||||
hintText: '@username',
|
hintText: '@username',
|
||||||
prefixText: NewPrivateChatController.prefixNoProtocol,
|
prefixText: NewPrivateChatController.prefixNoProtocol,
|
||||||
suffixIcon: IconButton(
|
suffixIcon: IconButton(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user