Skip to content

Commit

Permalink
correcting status #4306
Browse files Browse the repository at this point in the history
  • Loading branch information
shral committed Dec 7, 2023
1 parent 9b5f2d5 commit 4812058
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dcm4chee-arc-ui2/src/app/monitoring/export/export.service.ts
Expand Up @@ -107,8 +107,8 @@ export class ExportService {
key:"scheduled"
},{
value:"SCHEDULED FOR RETRY",
text:$localize `:@@SCHEDULED_FOR_RETRY:SCHEDULED FOR RETRY`,
key:"scheduled"
text:$localize `:@@S_FOR_RETRY:S. FOR RETRY`,
key:"scheduled-for-retry"
},{
value:"IN PROCESS",
text:$localize `:@@in_process:IN PROCESS`,
Expand Down
Expand Up @@ -78,7 +78,7 @@ export class RetrieveMonitoringService {
},
{
value:"SCHEDULED FOR RETRY",
text:$localize `:@@SCHEDULED_FOR_RETRY:SCHEDULED FOR RETRY`,
text:$localize `:@@S_FOR_RETRY:S. FOR RETRY`,
},
{
value:$localize `:@@in_process:IN PROCESS`,
Expand Down
Expand Up @@ -64,7 +64,7 @@ export class QueuesComponent implements OnInit, OnDestroy{
},{
value:"SCHEDULED FOR RETRY",
text:$localize `:@@S_FOR_RETRY:S. FOR RETRY`,
key:"scheduled"
key:"scheduled-for-retry"
},{
value:"IN PROCESS",
text:$localize `:@@in_process:IN PROCESS`,
Expand Down

0 comments on commit 4812058

Please sign in to comment.