This commit is contained in:
2022-09-18 15:56:48 +09:00
parent ea6f538109
commit 677f6bd6e1
3 changed files with 5 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string) {
if (await duplication) {
os.confirm({
type: 'warning',
text: '同じ名前の絵文字が存在します。インポートしますか?',
text: i18n.ts.duplicateEmoji,
}).then(res => {
if (res.canceled) return;
importEmoji(reaction);