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', {
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',{
});
......
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