diff --git a/public/src/forum/accountedit.js b/public/src/forum/accountedit.js index de9e3708b7..2f14d37dc2 100644 --- a/public/src/forum/accountedit.js +++ b/public/src/forum/accountedit.js @@ -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);