From ddc14d164ee42457dc042f2bd62660a3a3f95145 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 4 Nov 2025 12:47:08 -0800 Subject: [PATCH] Rename nice id to Identifier in the ui --- messages/en-US.json | 4 +++- src/app/[orgId]/settings/resources/[niceId]/general/page.tsx | 4 ++-- src/app/[orgId]/settings/sites/[niceId]/general/page.tsx | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/messages/en-US.json b/messages/en-US.json index 936ef98c..486be02a 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -2101,5 +2101,7 @@ "niceIdUpdatedSuccessfully": "Nice ID Updated Successfully", "niceIdUpdateError": "Error updating Nice ID", "niceIdUpdateErrorDescription": "An error occurred while updating the Nice ID.", - "niceIdCannotBeEmpty": "Nice ID cannot be empty" + "niceIdCannotBeEmpty": "Nice ID cannot be empty", + "enterIdentifier": "Enter identifier", + "identifier": "Identifier" } diff --git a/src/app/[orgId]/settings/resources/[niceId]/general/page.tsx b/src/app/[orgId]/settings/resources/[niceId]/general/page.tsx index dfd16ad0..50155b3e 100644 --- a/src/app/[orgId]/settings/resources/[niceId]/general/page.tsx +++ b/src/app/[orgId]/settings/resources/[niceId]/general/page.tsx @@ -320,11 +320,11 @@ export default function GeneralForm() { name="niceId" render={({ field }) => ( - {t("niceId") || "Nice ID"} + {t("identifier")} diff --git a/src/app/[orgId]/settings/sites/[niceId]/general/page.tsx b/src/app/[orgId]/settings/sites/[niceId]/general/page.tsx index 07655957..eef981a8 100644 --- a/src/app/[orgId]/settings/sites/[niceId]/general/page.tsx +++ b/src/app/[orgId]/settings/sites/[niceId]/general/page.tsx @@ -161,11 +161,11 @@ export default function GeneralPage() { name="niceId" render={({ field }) => ( - {t("niceId") || "Nice ID"} + {t("identifier")}