mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-11 02:21:48 -05:00
Removed uppercasing from resource names in titles
This commit is contained in:
@@ -15,7 +15,7 @@ export default
|
||||
.factory('UserForm', ['i18n', function(i18n) {
|
||||
return {
|
||||
|
||||
addTitle: i18n._('New User'),
|
||||
addTitle: i18n._('NEW USER'),
|
||||
editTitle: '{{ username }}',
|
||||
name: 'user',
|
||||
// the top-most node of generated state tree
|
||||
|
||||
Reference in New Issue
Block a user