parent
3a4575f251
commit
34dfc9add6
@ -20,7 +20,7 @@
|
||||
function submit() {
|
||||
if (data_loaded === true && save_enabled) {
|
||||
Toastify({
|
||||
text: "Updating your profile...",
|
||||
text: $_('updating-your-profile'),
|
||||
duration: 2500,
|
||||
}).showToast();
|
||||
console.log(editable)
|
||||
@ -29,7 +29,7 @@
|
||||
console.log(resp)
|
||||
original_data = Object.assign(original_data, editable);
|
||||
Toastify({
|
||||
text: "Profile updated!",
|
||||
text:$_('profile-updated'),
|
||||
duration: 2500,
|
||||
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
|
||||
}).showToast();
|
||||
|
@ -354,5 +354,7 @@
|
||||
"settings-for-your-profile": "Die Einstellungen deines Accounts",
|
||||
"profile": "Profil",
|
||||
"everything-concerning-your-profile": "Alles zu deinem Profil",
|
||||
"loading-profile-data": "Lade Profildaten"
|
||||
"loading-profile-data": "Lade Profildaten",
|
||||
"updating-your-profile": "Profil wird aktualisiert...",
|
||||
"profile-updated": "Profil wurde aktualisiert!"
|
||||
}
|
||||
|
@ -354,5 +354,7 @@
|
||||
"settings-for-your-profile": "Settings for your profile",
|
||||
"profile": "Profile",
|
||||
"everything-concerning-your-profile": "Everything concerning your profile",
|
||||
"loading-profile-data": "Loading profile data"
|
||||
"loading-profile-data": "Loading profile data",
|
||||
"updating-your-profile": "Updating your profile...",
|
||||
"profile-updated": "Profile updated!"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user