translate hardcoded strings

This commit is contained in:
p0lycarpio
2023-10-26 15:26:14 +02:00
parent 08b6f3b70a
commit 97a9fa94a0
24 changed files with 107 additions and 71 deletions

View File

@@ -392,6 +392,11 @@ export default defineComponent({
getMigrationReports,
};
},
head() {
return {
title: this.$tc("settings.migrations"),
};
},
});
</script>