Make page title translatable

This commit is contained in:
grandeljay 2022-06-16 15:47:59 +02:00
parent c34b9bd0aa
commit 6ab27e3cd0

View file

@ -447,7 +447,7 @@ class Page
src="https://plausible.io/js/plausible.js">
</script>
<title><?= $this->title ?> - wishthis - Make a wish</title>
<title><?= $this->title ?> - wishthis - <?= __('Make a wish') ?></title>
</head>
<?php
}