Skip to content

Commit

Permalink
Fix: Fix translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Apr 5, 2024
1 parent f7b4e4b commit 706392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/controllers/sonolus/levels_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
},
{
Expand Down

0 comments on commit 706392a

Please sign in to comment.