mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 23:46:58 +00:00
use 'Add' user, instead of 'Create' user.
That wording seems to be better suited.
This commit is contained in:
parent
d93d0459d0
commit
bf70832d49
@ -2,6 +2,8 @@ Ext.define('PVE.dc.UserEdit', {
|
||||
extend: 'PVE.window.Edit',
|
||||
alias: ['widget.pveDcUserEdit'],
|
||||
|
||||
isAdd: true,
|
||||
|
||||
initComponent : function() {
|
||||
var me = this;
|
||||
|
||||
|
@ -137,7 +137,7 @@ Ext.define('PVE.dc.UserView', {
|
||||
|
||||
var tbar = [
|
||||
{
|
||||
text: gettext('Create'),
|
||||
text: gettext('Add'),
|
||||
handler: function() {
|
||||
var win = Ext.create('PVE.dc.UserEdit',{
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user