Skip to content

Commit

Permalink
[pages/terms] rename title to user agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Oct 25, 2022
1 parent 9c58e6d commit f5482f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/terms.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function Terms() {
return (
<AppLayout>
<Head>
<title>{t`Terms`}</title>
<title>{t`User Agreement`}</title>
</Head>
<TermArticle>
{termsHtml ? <div dangerouslySetInnerHTML={termsHtml} /> : t`Loading`}
Expand Down

0 comments on commit f5482f2

Please sign in to comment.