parent
3a4575f251
commit
34dfc9add6
@ -20,7 +20,7 @@
|
|||||||
function submit() {
|
function submit() {
|
||||||
if (data_loaded === true && save_enabled) {
|
if (data_loaded === true && save_enabled) {
|
||||||
Toastify({
|
Toastify({
|
||||||
text: "Updating your profile...",
|
text: $_('updating-your-profile'),
|
||||||
duration: 2500,
|
duration: 2500,
|
||||||
}).showToast();
|
}).showToast();
|
||||||
console.log(editable)
|
console.log(editable)
|
||||||
@ -29,7 +29,7 @@
|
|||||||
console.log(resp)
|
console.log(resp)
|
||||||
original_data = Object.assign(original_data, editable);
|
original_data = Object.assign(original_data, editable);
|
||||||
Toastify({
|
Toastify({
|
||||||
text: "Profile updated!",
|
text:$_('profile-updated'),
|
||||||
duration: 2500,
|
duration: 2500,
|
||||||
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
|
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
|
||||||
}).showToast();
|
}).showToast();
|
||||||
|
@ -354,5 +354,7 @@
|
|||||||
"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"
|
"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",
|
"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"
|
"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