User settings feature/103-settings_page #104

Merged
niggl merged 25 commits from feature/103-settings_page into dev 2021-03-20 14:01:33 +00:00
3 changed files with 5 additions and 3 deletions
Showing only changes of commit 44d6cba403 - Show all commits

View File

@ -38,7 +38,7 @@
</div> </div>
</div> </div>
{#await user_promise} {#await user_promise}
Loading profile data {$_('loading-profile-data')}
{:then} {:then}
<div class="mt-5 md:mt-0 md:col-span-2"> <div class="mt-5 md:mt-0 md:col-span-2">
<div class="shadow sm:rounded-md sm:overflow-hidden"> <div class="shadow sm:rounded-md sm:overflow-hidden">

View File

@ -353,5 +353,6 @@
"zip-postal-code": "Postleitzahl", "zip-postal-code": "Postleitzahl",
"settings-for-your-profile": "Die Einstellungen deines Accounts", "settings-for-your-profile": "Die Einstellungen deines Accounts",
"profile": "Profil", "profile": "Profil",
"everything-concerning-your-profile": "Alles zu deinem Profil" "everything-concerning-your-profile": "Alles zu deinem Profil",
"loading-profile-data": "Lade Profildaten"
} }

View File

@ -353,5 +353,6 @@
"zip-postal-code": "ZIP/ postal code", "zip-postal-code": "ZIP/ postal code",
"settings-for-your-profile": "Settings for your profile", "settings-for-your-profile": "Settings for your profile",
"profile": "Profile", "profile": "Profile",
"everything-concerning-your-profile": "Everything concerning your profile" "everything-concerning-your-profile": "Everything concerning your profile",
"loading-profile-data": "Loading profile data"
} }