Removed uppercasing from resource names in titles

This commit is contained in:
Michael Abashian
2017-03-08 17:35:20 -05:00
parent 3679e9b00c
commit d65d505862
63 changed files with 77 additions and 82 deletions

View File

@@ -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