aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Register.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/Register.js')
-rw-r--r--web/app/view/Register.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/app/view/Register.js b/web/app/view/Register.js
index c8fbf0722..04975c74e 100644
--- a/web/app/view/Register.js
+++ b/web/app/view/Register.js
@@ -33,28 +33,28 @@
items: [{
xtype: 'textfield',
name: 'name',
- fieldLabel: strings.userName,
+ fieldLabel: Strings.userName,
allowBlank: false
}, {
xtype: 'textfield',
name: 'email',
- fieldLabel: strings.userEmail,
+ fieldLabel: Strings.userEmail,
vtype: 'email',
allowBlank: false
}, {
xtype: 'textfield',
name: 'password',
- fieldLabel: strings.userPassword,
+ fieldLabel: Strings.userPassword,
inputType: 'password',
allowBlank: false
}]
},
buttons: [{
- text: strings.sharedSave,
+ text: Strings.sharedSave,
handler: 'onCreateClick'
}, {
- text: strings.sharedCancel,
+ text: Strings.sharedCancel,
handler: 'closeView'
}]
});