mirror of https://github.com/apache/cloudstack.git
bug 12942
Rename 'Users' to 'Accounts' on projects dashboard status 12942: resolved fixed
This commit is contained in:
parent
1c910582d8
commit
ff9972ebdf
|
|
@ -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 }),
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue