diff --git a/.vscode/i18n-ally-custom-framework.yml b/.vscode/i18n-ally-custom-framework.yml
deleted file mode 100644
index 2690f6a2..00000000
--- a/.vscode/i18n-ally-custom-framework.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-languageIds:
- - jade
- - javascript
- - vue
-
-usageMatchRegex: "\\$t\\(['\"`]({key})['\"`]"
-
-monoonly: true
\ No newline at end of file
diff --git a/src/views/Favorites/components/FavoritesWorldItem.vue b/src/views/Favorites/components/FavoritesWorldItem.vue
index 9b12913a..e6a29fe6 100644
--- a/src/views/Favorites/components/FavoritesWorldItem.vue
+++ b/src/views/Favorites/components/FavoritesWorldItem.vue
@@ -58,8 +58,8 @@
{{
canOpenInstanceInGame()
- ? $t('dialog.world.actions.new_instance_and_open_ingame')
- : $t('dialog.world.actions.new_instance_and_self_invite')
+ ? t('dialog.world.actions.new_instance_and_open_ingame')
+ : t('dialog.world.actions.new_instance_and_self_invite')
}}