From eb7c65ccb39face9caebda816924de91d57cb50b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 24 Sep 2023 11:04:08 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E3=82=A2=E3=82=AF=E3=82=BB?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=83=BC=E3=82=AF=E3=83=B3=E7=99=BA=E8=A1=8C?= =?UTF-8?q?=E3=81=AE=E7=94=BB=E9=9D=A2=E3=81=AE=E6=A8=A9=E9=99=90=E3=81=8C?= =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #11880 --- packages/frontend/src/components/MkTokenGenerateWindow.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/frontend/src/components/MkTokenGenerateWindow.vue b/packages/frontend/src/components/MkTokenGenerateWindow.vue index 5f3c2f3a71..8958accc4a 100644 --- a/packages/frontend/src/components/MkTokenGenerateWindow.vue +++ b/packages/frontend/src/components/MkTokenGenerateWindow.vue @@ -32,7 +32,9 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.disableAll }} {{ i18n.ts.enableAll }} - {{ i18n.t(`_permissions.${kind}`) }} +
+ {{ i18n.t(`_permissions.${kind}`) }} +