Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"createYourProfile": "Dein Profil erstellen",
"fullName": "Vollständiger Name",
"urlUsername": "URL Benutzername",
"urlUsernameHelp": "Wähle einen eindeutigen Namen. Dies wird dein Buchungslink sein.",
"createAccount": "Konto erstellen",
"connectYourCalendar": "Kalender verbinden",
"connectYourCalendarInfo": "Thunderbird Appointment benötigt Zugriff auf einen Kalender, um deine Verfügbarkeit zu prüfen. Du kannst jederzeit weitere Kalender aus den Einstellungen verbinden.",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"createYourProfile": "Create your profile",
"fullName": "Full Name",
"urlUsername": "URL Username",
"urlUsernameHelp": "Choose a unique name. This will be your booking link.",
"createAccount": "Create account",
"connectYourCalendar": "Connect your calendar",
"connectYourCalendarInfo": "Thunderbird Appointment needs access to a calendar to check your availability. You can always connect more from Settings later.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ const onSubmit = async () => {
:outer-prefix="quickLink"
v-model="username"
:error="usernameError"
:help="t('ftue.urlUsernameHelp')"
>
{{ t('ftue.urlUsername') }}
</text-input>
Expand Down