From 2b2e83992e6fd4c4f7a6fd2034269f4f2a66d930 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Fri, 21 Mar 2014 18:44:14 -0400 Subject: [PATCH] changed messages --- public/src/forum/accountedit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);