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 @@
-
+
diff --git a/src/lang/en.json b/src/lang/en.json
index 418ac58f..d9109a7a 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -532,6 +532,7 @@
"Recipients": "Recipients",
"Access Token": "Access Token",
"Channel access token": "Channel access token",
+ "ChannelAccessTokenLongLived": "Channel access token (Long-lived)",
"Line Developers Console": "Line Developers Console",
"lineDevConsoleTo": "Line Developers Console - {0}",
"Basic Settings": "Basic Settings",
From ee99ee94601a3352d95151c75afda1d6444a2abe Mon Sep 17 00:00:00 2001
From: Frank Elsinga
Date: Tue, 27 Feb 2024 00:09:56 +0100
Subject: [PATCH 4/4] changed which translation we are using
---
src/components/notifications/Line.vue | 2 +-
src/lang/en.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/notifications/Line.vue b/src/components/notifications/Line.vue
index 578dc7ff..8ab6a048 100644
--- a/src/components/notifications/Line.vue
+++ b/src/components/notifications/Line.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/src/lang/en.json b/src/lang/en.json
index d9109a7a..21828bdb 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -532,7 +532,7 @@
"Recipients": "Recipients",
"Access Token": "Access Token",
"Channel access token": "Channel access token",
- "ChannelAccessTokenLongLived": "Channel access token (Long-lived)",
+ "Channel access token (Long-lived)": "Channel access token (Long-lived)",
"Line Developers Console": "Line Developers Console",
"lineDevConsoleTo": "Line Developers Console - {0}",
"Basic Settings": "Basic Settings",