web/save: make the terms note open the terms page

This commit is contained in:
wukko
2024-09-04 21:00:41 +06:00
parent d98353d5af
commit 140683a679

View File

@@ -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>