From e74d6a7471d80ecb52b5ee4567eda1faf658deab Mon Sep 17 00:00:00 2001 From: Vista2003 <55105920+Vista2003@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:35:32 +0000 Subject: [PATCH 1/4] Fixing strings as reported on issue #4526 --- src/components/notifications/Line.vue | 6 +++--- src/lang/en.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/notifications/Line.vue b/src/components/notifications/Line.vue index dcd6142b..3ef51ca2 100644 --- a/src/components/notifications/Line.vue +++ b/src/components/notifications/Line.vue @@ -4,14 +4,14 @@ - {{ $t("Basic Settings") }} + {{ $t("Messaging API") }}
- +
- {{ $t("Messaging API") }} + {{ $t("Basic Settings") }} {{ $t("Line Developers Console") }} diff --git a/src/lang/en.json b/src/lang/en.json index 0f59e62a..418ac58f 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -536,6 +536,7 @@ "lineDevConsoleTo": "Line Developers Console - {0}", "Basic Settings": "Basic Settings", "User ID": "User ID", + "Your User ID": "Your user ID", "Messaging API": "Messaging API", "wayToGetLineChannelToken": "First access the {0}, create a provider and channel (Messaging API), then you can get the channel access token and user ID from the above mentioned menu items.", "Icon URL": "Icon URL", From 3fd0c822d639d5fceab91576413a429a0bd649e8 Mon Sep 17 00:00:00 2001 From: Vista2003 <55105920+Vista2003@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:31:25 +0000 Subject: [PATCH 2/4] Removed trailing space --- src/components/notifications/Line.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notifications/Line.vue b/src/components/notifications/Line.vue index 3ef51ca2..d14e13b9 100644 --- a/src/components/notifications/Line.vue +++ b/src/components/notifications/Line.vue @@ -11,7 +11,7 @@ - {{ $t("Basic Settings") }} + {{ $t("Basic Settings") }} {{ $t("Line Developers Console") }} From 800847d0df63a2e2b72fa57332c447825c537705 Mon Sep 17 00:00:00 2001 From: Vista2003 <55105920+Vista2003@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:23:57 +0000 Subject: [PATCH 3/4] Correcting label to fit what it says on the page --- src/components/notifications/Line.vue | 2 +- src/lang/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/notifications/Line.vue b/src/components/notifications/Line.vue index d14e13b9..578dc7ff 100644 --- a/src/components/notifications/Line.vue +++ b/src/components/notifications/Line.vue @@ -1,6 +1,6 @@