Skip to content

Commit

Permalink
fixing the stauts text #4306
Browse files Browse the repository at this point in the history
  • Loading branch information
shral committed Dec 7, 2023
1 parent 4812058 commit 04f20fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Expand Up @@ -30,7 +30,7 @@ export class DiffMonitorService {
},
{
value:"SCHEDULED FOR RETRY",
text:$localize `:@@SCHEDULED_FOR_RETRY:SCHEDULED FOR RETRY`,
text:$localize `:@@S_FOR_RETRY:S. FOR RETRY`,
},
{
value:"IN PROCESS",
Expand Down
Expand Up @@ -131,7 +131,7 @@ export class QueuesService{
},
{
value:"SCHEDULED FOR RETRY",
text:$localize `:@@SCHEDULED_FOR_RETRY:SCHEDULED FOR RETRY`
text:$localize `:@@S_FOR_RETRY:S. FOR RETRY`
},
{
value:"IN PROCESS",
Expand Down
Expand Up @@ -27,7 +27,7 @@ export class StorageVerificationService {
},
{
value:"SCHEDULED FOR RETRY",
text:$localize `:@@SCHEDULED_FOR_RETRY:SCHEDULED FOR RETRY`,
text:$localize `:@@S_FOR_RETRY:S. FOR RETRY`,
},
{
value:"IN PROCESS",
Expand Down
Expand Up @@ -25,7 +25,8 @@ <h3 i18n="@@selected_target_mwl">Selected target MWL</h3>
</div>
<div *ngSwitchDefault>
<h3 i18n="@@selected_target_study">Selected target study</h3>
<ng-container i18n="@@study-transferring-overview.studuid_from_patient_report">Study instance UID: <b>{{target.object.attrs['0020000D'].Value[0]}}</b> from the patient <b>{{target.object.attrs['00100010'].Value[0].Alphabetic}}</b> with the Patient ID <b>{{target.object.attrs['00100020'].Value[0]}}</b></ng-container><br>
<ng-container i18n="@@study-transferring-overview.studuid_from_patient_report">
Study instance UID: <b>{{target.object.attrs['0020000D'].Value[0]}}</b> from the patient <b>{{target.object.attrs['00100010'].Value[0].Alphabetic}}</b> with the Patient ID <b>{{target.object.attrs['00100020'].Value[0]}}</b></ng-container><br>
</div>
</ng-container>

Expand Down

0 comments on commit 04f20fb

Please sign in to comment.