mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
changed messages
This commit is contained in:
@@ -30,10 +30,10 @@ define(['forum/accountheader', 'uploader'], function(header, uploader) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!data) {
|
if (!data) {
|
||||||
return app.alertError('There was an error updating your profile!');
|
return app.alertError('There was an error updating the profile!');
|
||||||
}
|
}
|
||||||
|
|
||||||
app.alertSuccess('Your profile has been updated successfully!');
|
app.alertSuccess('Profile has been updated successfully!');
|
||||||
if (data.picture) {
|
if (data.picture) {
|
||||||
$('#user-current-picture').attr('src', data.picture);
|
$('#user-current-picture').attr('src', data.picture);
|
||||||
$('#user_label img').attr('src', data.picture);
|
$('#user_label img').attr('src', data.picture);
|
||||||
|
|||||||
Reference in New Issue
Block a user