populate org and description on app detail view

This commit is contained in:
John Mitchell
2018-04-27 13:05:34 -04:00
parent 6ab64590d7
commit 11560ab7bb
3 changed files with 15 additions and 23 deletions

View File

@@ -25,6 +25,10 @@ function ApplicationsStrings (BaseString) {
ROW_ITEM_LABEL_ORGANIZATION: t.s('ORG'),
ROW_ITEM_LABEL_MODIFIED: t.s('LAST MODIFIED')
};
ns.inputs = {
ORGANIZATION_PLACEHOLDER: t.s('SELECT AN ORGANIZATION')
};
}
ApplicationsStrings.$inject = ['BaseStringService'];