From 949d9a5cc16e850a88750bdd27ae03e67a4a7b95 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 28 Jan 2023 19:27:13 -0800 Subject: [PATCH] Fix localization --- public/locales/en/common.json | 2 +- public/locales/ja/common.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 740eea93..a7f40e85 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -400,7 +400,7 @@ "copied": "This party's URL was copied to your clipboard" }, "tokens": { - "remix": "Remix" + "remix": "Remixed" }, "tooltips": { "remix": "Make a copy of this team", diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 086c1983..a8cb8f65 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -401,7 +401,7 @@ "copied": "この編成のURLはクリップボードにコピーされました" }, "tokens": { - "remix": "リミックス" + "remix": "リミックスされた" }, "tooltips": { "remix": "この編成をコピーする",