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] 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 3ef51ca21..d14e13b96 100644 --- a/src/components/notifications/Line.vue +++ b/src/components/notifications/Line.vue @@ -11,7 +11,7 @@ <input id="line-user-id" v-model="$parent.notification.lineUserID" type="text" class="form-control" required> </div> <i18n-t tag="div" keypath="lineDevConsoleTo" class="form-text"> - <b>{{ $t("Basic Settings") }}</b> + <b>{{ $t("Basic Settings") }}</b> </i18n-t> <i18n-t tag="div" keypath="wayToGetLineChannelToken" class="form-text" style="margin-top: 8px;"> <a href="https://developers.line.biz/console/" target="_blank">{{ $t("Line Developers Console") }}</a>