Make page title translatable
This commit is contained in:
parent
c34b9bd0aa
commit
6ab27e3cd0
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ class Page
|
||||||
src="https://plausible.io/js/plausible.js">
|
src="https://plausible.io/js/plausible.js">
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<title><?= $this->title ?> - wishthis - Make a wish</title>
|
<title><?= $this->title ?> - wishthis - <?= __('Make a wish') ?></title>
|
||||||
</head>
|
</head>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue