bug 12942

Rename 'Users' to 'Accounts' on projects dashboard

status 12942: resolved fixed
This commit is contained in:
bfederle 2012-01-09 17:07:25 -08:00
parent 1c910582d8
commit ff9972ebdf
2 changed files with 3 additions and 3 deletions

View File

@ -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 }),

View File

@ -80,7 +80,7 @@
},
users: function() {
return $('<div>').addClass('management').data('tab-title', 'Users');
return $('<div>').addClass('management').data('tab-title', 'Accounts');
},
invitations: function() {
@ -329,7 +329,7 @@
.append(
// Users tab
$('<li>').addClass('first').append(
$('<a>').attr({ href: '#new-project-review-tabs-users'}).html('Users')
$('<a>').attr({ href: '#new-project-review-tabs-users'}).html('Accounts')
)
);