From ff9972ebdf715a3473ec27f00db19c7b0c7f4c3b Mon Sep 17 00:00:00 2001 From: bfederle Date: Mon, 9 Jan 2012 17:07:25 -0800 Subject: [PATCH] bug 12942 Rename 'Users' to 'Accounts' on projects dashboard status 12942: resolved fixed --- ui/scripts/projects.js | 2 +- ui/scripts/ui-custom/projects.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index 41ef1e58d4c..8b7a124cf33 100644 --- a/ui/scripts/projects.js +++ b/ui/scripts/projects.js @@ -356,7 +356,7 @@ 'add-user': { addButton: true, label: '' } }, add: { - label: 'Add user', + label: 'Add account', action: function(args) { $.ajax({ url: createURL('addAccountToProject', { ignoreProject: true }), diff --git a/ui/scripts/ui-custom/projects.js b/ui/scripts/ui-custom/projects.js index 7b3ff6450ee..2031e38c590 100644 --- a/ui/scripts/ui-custom/projects.js +++ b/ui/scripts/ui-custom/projects.js @@ -80,7 +80,7 @@ }, users: function() { - return $('
').addClass('management').data('tab-title', 'Users'); + return $('
').addClass('management').data('tab-title', 'Accounts'); }, invitations: function() { @@ -329,7 +329,7 @@ .append( // Users tab $('
  • ').addClass('first').append( - $('').attr({ href: '#new-project-review-tabs-users'}).html('Users') + $('').attr({ href: '#new-project-review-tabs-users'}).html('Accounts') ) );