From 706392a03783c9055987f98c8aae71cef277679b Mon Sep 17 00:00:00 2001 From: Nanashi Date: Sat, 6 Apr 2024 08:27:13 +0900 Subject: [PATCH] Fix: Fix translation key --- backend/app/controllers/sonolus/levels_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/controllers/sonolus/levels_controller.rb b/backend/app/controllers/sonolus/levels_controller.rb index 665f1cf..7b783e4 100644 --- a/backend/app/controllers/sonolus/levels_controller.rb +++ b/backend/app/controllers/sonolus/levels_controller.rb @@ -324,7 +324,7 @@ def show ] }, { - title: I18n.t("sonolus.levels.sections.vary_from"), + title: I18n.t("sonolus.levels.sections.variant_of"), items: [chart.variant_of&.to_sonolus] }, {