mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 18:23:40 -05:00
chore: make vue domain components localizable (#1532)
This commit is contained in:
committed by
GitHub
parent
e5bf7bce17
commit
32244988d2
@@ -103,7 +103,7 @@ export default defineComponent({
|
||||
case Organizer.Tool:
|
||||
return i18n.t("tool.tools");
|
||||
default:
|
||||
return "Organizer";
|
||||
return i18n.t("general.organizer");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user