Skip to content

Commit

Permalink
#93 Fix page title
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 5, 2024
1 parent 3e301c2 commit c49e96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/frontend/pages/message.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="offset-md-1 col-md-10 offset-lg-2 col-lg-8">
<header class="main__header">
<h1 class="main__title">
<span>{translate key="user.subscriptions.purchaseIndividualSubscription"}</span>
<span>{translate key=$pageTitle}</span>
</h1>
</header>

Expand Down

0 comments on commit c49e96e

Please sign in to comment.