changed messages

This commit is contained in:
barisusakli
2014-03-21 18:44:14 -04:00
parent 0cfd05d839
commit 2b2e83992e

View File

@@ -30,10 +30,10 @@ define(['forum/accountheader', 'uploader'], function(header, uploader) {
}
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) {
$('#user-current-picture').attr('src', data.picture);
$('#user_label img').attr('src', data.picture);