Skip to content

Commit

Permalink
Page title fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rudokemper committed Oct 12, 2024
1 parent 943e4a7 commit 89296bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ onMounted(() => {
const { t } = useI18n();
useHead({
title: "Frizzle: " + t("login"),
title: "GuardianConnector Explorer: " + t("login"),
});
</script>

Expand Down

0 comments on commit 89296bc

Please sign in to comment.