From f817979d227edbf93606bc48bf6e7862f04edf0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=91=E3=81=A3=E3=81=A1?= Date: Sun, 18 Sep 2022 15:25:33 +0900 Subject: [PATCH] wip --- packages/client/src/scripts/reactionImportMenu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/scripts/reactionImportMenu.ts b/packages/client/src/scripts/reactionImportMenu.ts index 3bc2e0ee0..bf7db4460 100644 --- a/packages/client/src/scripts/reactionImportMenu.ts +++ b/packages/client/src/scripts/reactionImportMenu.ts @@ -111,7 +111,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string) { if (await duplication) { os.confirm({ type: 'warning', - text: i18n.ts.emojiAlreadyExists, + text: '同じ名前の絵文字が存在します。インポートしますか?', }).then(canceled => { if (canceled) return; importEmoji(reaction);