diff --git a/web/i18n/defaults/active.de.toml b/web/i18n/defaults/active.de.toml index 91e2236..4c90b02 100644 --- a/web/i18n/defaults/active.de.toml +++ b/web/i18n/defaults/active.de.toml @@ -186,6 +186,8 @@ InviteInsertWelcome = "Du kannst mit deine SSB-ID eine Einladung anfordern. Dana InviteConsumedTitle = "Einladung angenommen!" InviteConsumedWelcome = "Du bist jetzt Mitglied dieses Raums. Wenn du eine Multiserver-Adresse benötigst, kannst du die folgende kopieren und einfügen: " +InviteConsumedSetPassword = "Du kannst jetzt ein Fallback-Passwort für Ihr Konto erstellen:" +InviteConsumedSetPasswordButton = "Passwort erstellen" # alias resolution ################## diff --git a/web/i18n/defaults/active.en.toml b/web/i18n/defaults/active.en.toml index 44018d9..8dde89b 100644 --- a/web/i18n/defaults/active.en.toml +++ b/web/i18n/defaults/active.en.toml @@ -190,6 +190,8 @@ InviteInsertWelcome = "You can claim your invite by inserting your SSB ID below. InviteConsumedTitle = "Invite accepted!" InviteConsumedWelcome = "You are now a member of this room. If you need a multiserver address to connect to the room, you can copy-paste the one below:" +InviteConsumedSetPassword = "You can now create an account fallback password:" +InviteConsumedSetPasswordButton = "Create password" # alias resolution ################## diff --git a/web/templates/invite/consumed.tmpl b/web/templates/invite/consumed.tmpl index c1a313a..fbdf204 100644 --- a/web/templates/invite/consumed.tmpl +++ b/web/templates/invite/consumed.tmpl @@ -19,5 +19,16 @@ SPDX-License-Identifier: CC-BY-4.0 {{.MultiserverAddress}} + + {{i18n "InviteConsumedSetPassword" }}
+ + {{i18n "InviteConsumedSetPasswordButton" }} -{{end}} \ No newline at end of file +{{end}}