mirror of
https://github.com/ansible/awx.git
synced 2026-07-03 12:28:01 -02:30
Merge branch 'devel' into 169-v1
This commit is contained in:
@@ -67,6 +67,7 @@ function BaseStringService (namespace) {
|
||||
this.OFF = t.s('OFF');
|
||||
this.YAML = t.s('YAML');
|
||||
this.JSON = t.s('JSON');
|
||||
|
||||
this.deleteResource = {
|
||||
HEADER: t.s('Delete'),
|
||||
USED_BY: resourceType => t.s('The {{ resourceType }} is currently being used by other resources.', { resourceType }),
|
||||
|
||||
Reference in New Issue
Block a user