mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-03 05:11:49 -05:00
Merge pull request #2620 from mabashian/2557-copy
Change post-copy behavior
This commit is contained in:
@@ -72,6 +72,7 @@ function BaseStringService (namespace) {
|
||||
this.COPY = t.s('COPY');
|
||||
this.YES = t.s('YES');
|
||||
this.CLOSE = t.s('CLOSE');
|
||||
this.SUCCESSFUL_CREATION = resource => t.s('{{ resource }} successfully created', { resource });
|
||||
|
||||
this.deleteResource = {
|
||||
HEADER: t.s('Delete'),
|
||||
|
||||
Reference in New Issue
Block a user