From c9417addfa857b4e8fa3860814e86fc54fad2369 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 29 Jan 2023 23:00:55 -0800 Subject: [PATCH] Update the Remix tooltip translation --- public/locales/ja/common.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 590777ff..0bfda17b 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -406,6 +406,7 @@ }, "tooltips": { "copy_url": "この編成のURLをコピーする", + "remix": "この編成の複製を作成する", "save": "この編成をアカウントに保存する", "source": "オリジナルの編成へ" },