@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user