Commit 0fc90395 authored by Dietmar Maurer's avatar Dietmar Maurer

use 'Add' user, instead of 'Create' user.

That wording seems to be better suited.
parent af81df02
...@@ -2,6 +2,8 @@ Ext.define('PVE.dc.UserEdit', { ...@@ -2,6 +2,8 @@ Ext.define('PVE.dc.UserEdit', {
extend: 'PVE.window.Edit', extend: 'PVE.window.Edit',
alias: ['widget.pveDcUserEdit'], alias: ['widget.pveDcUserEdit'],
isAdd: true,
initComponent : function() { initComponent : function() {
var me = this; var me = this;
......
...@@ -137,7 +137,7 @@ Ext.define('PVE.dc.UserView', { ...@@ -137,7 +137,7 @@ Ext.define('PVE.dc.UserView', {
var tbar = [ var tbar = [
{ {
text: gettext('Create'), text: gettext('Add'),
handler: function() { handler: function() {
var win = Ext.create('PVE.dc.UserEdit',{ var win = Ext.create('PVE.dc.UserEdit',{
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment