Aligns text for canceling/deleting a job on the jobs list & the stdout page

This commit is contained in:
Jared Tabor
2018-05-02 10:44:04 -07:00
parent cf0efe969e
commit 7a3fb02791
6 changed files with 19 additions and 21 deletions

View File

@@ -69,6 +69,7 @@ function BaseStringService (namespace) {
this.JSON = t.s('JSON');
this.DELETE = t.s('DELETE');
this.COPY = t.s('COPY');
this.YES = t.s('YES');
this.deleteResource = {
HEADER: t.s('Delete'),
@@ -79,7 +80,9 @@ function BaseStringService (namespace) {
this.cancelJob = {
HEADER: t.s('Cancel'),
SUBMIT_REQUEST: t.s('Are you sure you want to submit the request to cancel this job?')
SUBMIT_REQUEST: t.s('Are you sure you want to submit the request to cancel this job?'),
CANCEL_JOB: t.s('Cancel Job'),
RETURN: t.s('Return')
};
this.error = {