From 6e0aa109bc335d8cf04c350923203bc57baa057d Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 10 Mar 2023 15:36:23 +0800 Subject: [PATCH] Uppercase and improve language keys --- src/components/notifications/LunaSea.vue | 8 ++++---- src/lang/en.json | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/notifications/LunaSea.vue b/src/components/notifications/LunaSea.vue index ca21efcb..f87205d4 100644 --- a/src/components/notifications/LunaSea.vue +++ b/src/components/notifications/LunaSea.vue @@ -4,17 +4,17 @@

- +
- +
diff --git a/src/lang/en.json b/src/lang/en.json index 22985318..382ad229 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -154,6 +154,7 @@ "Token": "Token", "Show URI": "Show URI", "Tags": "Tags", + "Add New Tag": "Add New Tag", "Add New below or Select...": "Add New below or Select…", "Tag with this name already exist.": "Tag with this name already exists.", "Tag with this value already exist.": "Tag with this value already exists.", @@ -703,7 +704,7 @@ "pagertreeResolve": "Auto Resolve", "pagertreeDoNothing": "Do Nothing", "wayToGetPagerTreeIntegrationURL": "After creating the Uptime Kuma integration in PagerTree, copy the Endpoint. See full details {0}", - "Add New Tag": "Add new tag", - "Target": "target", - "Device ID": "Device ID" + "lunaseaTarget": "target", + "lunaseaDeviceID": "Device ID", + "lunaseaUserID": "User ID" }