mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/save: make the terms note open the terms page
This commit is contained in:
parent
d98353d5af
commit
140683a679
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
<Omnibox />
|
<Omnibox />
|
||||||
</main>
|
</main>
|
||||||
<div id="terms-note">
|
<div id="terms-note">
|
||||||
{$t("save.terms.note.agreement")} <a href="/about">{$t("save.terms.note.link")}</a>
|
{$t("save.terms.note.agreement")} <a href="/about/terms">{$t("save.terms.note.link")}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue