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] 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 dcd6142bb..3ef51ca21 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 0f59e62ae..418ac58fe 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",