From c9aa1c9e726f6784689d6f348c0eb7c8d33f893e Mon Sep 17 00:00:00 2001 From: 5Amogh Date: Thu, 18 Dec 2025 14:05:12 +0530 Subject: [PATCH 1/2] fix: amm-1986 & 1990 --- .../nurse-worklist/nurse-worklist.component.ts | 2 ++ .../create-family-tagging/create-family-tagging.component.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/app-modules/nurse-doctor/nurse-worklist-wrapper/nurse-worklist/nurse-worklist.component.ts b/src/app/app-modules/nurse-doctor/nurse-worklist-wrapper/nurse-worklist/nurse-worklist.component.ts index 2c36c372..ee0d1305 100644 --- a/src/app/app-modules/nurse-doctor/nurse-worklist-wrapper/nurse-worklist/nurse-worklist.component.ts +++ b/src/app/app-modules/nurse-doctor/nurse-worklist-wrapper/nurse-worklist/nurse-worklist.component.ts @@ -279,6 +279,8 @@ export class NurseWorklistComponent implements OnInit, DoCheck, OnDestroy { .confirm( `info`, this.currentLanguageSet.alerts.info.confirmtoProceedFurther, + this.currentLanguageSet.common.ok, + this.currentLanguageSet.common.cancel, ) .subscribe((result) => { if (result) { diff --git a/src/app/app-modules/registrar/family-tagging/create-family-tagging/create-family-tagging.component.html b/src/app/app-modules/registrar/family-tagging/create-family-tagging/create-family-tagging.component.html index 95fcea82..742e974a 100644 --- a/src/app/app-modules/registrar/family-tagging/create-family-tagging/create-family-tagging.component.html +++ b/src/app/app-modules/registrar/family-tagging/create-family-tagging/create-family-tagging.component.html @@ -114,7 +114,7 @@

{{ currentLanguageSet?.createFamilyTagging }}

- +