Merge pull request #2620 from mabashian/2557-copy

Change post-copy behavior
This commit is contained in:
Michael Abashian
2018-07-20 11:00:48 -04:00
committed by GitHub
15 changed files with 326 additions and 53 deletions

View File

@@ -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'),