Move TOS blurb and update copy
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
Notify HeyPuter / notify (push) Has been cancelled
release-please / release-please (push) Has been cancelled

This commit is contained in:
jelveh
2026-05-09 19:08:17 -07:00
parent 07432b0967
commit f7202955ef
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -91,8 +91,6 @@ function UIWindowSignup (options) {
h += '</div>';
}
// terms and privacy
h += `<p class="signup-terms">${i18n('tos_fineprint', [], false)}</p>`;
// Create Account
h += `<button class="signup-btn button button-primary button-block button-normal">${i18n('create_free_account')}</button>`;
h += '</form>';
@@ -104,6 +102,8 @@ function UIWindowSignup (options) {
h += `<div class="signup-with-email-wrapper" style="display:none;">`;
h += `<button class="signup-with-email-btn button button-block button-normal">${i18n('sign_up_with_email')}</button>`;
h += `</div>`;
// terms and privacy
h += `<p class="signup-terms">${i18n('tos_fineprint', [], false)}</p>`;
h += '</div>';
// login link
// create account link
+1 -1
View File
@@ -349,7 +349,7 @@ const en = {
'toolbar.save_account': 'Save Account',
'toolbar.search': 'Search',
'toolbar.qrcode': 'QR Code',
tos_fineprint: 'By clicking \'Create Free Account\' you agree to Puter\'s {{link=terms}}Terms of Service{{/link}} and {{link=privacy}}Privacy Policy{{/link}}.',
tos_fineprint: 'By signing up, you agree to Puter\'s {{link=terms}}Terms of Service{{/link}} and {{link=privacy}}Privacy Policy{{/link}}.',
transparency: 'Transparency',
trash: 'Trash',
two_factor: 'Two Factor Authentication',