Родитель
d553bee4a8
Коммит
a5df416a30
|
@ -58,8 +58,8 @@ function (
|
|||
'settings': showView(SettingsView),
|
||||
'change_password': showView(ChangePasswordView),
|
||||
'delete_account': showView(DeleteAccountView),
|
||||
'tos': showView(TosView),
|
||||
'pp': showView(PpView),
|
||||
'legal/tos': showView(TosView),
|
||||
'legal/pp': showView(PpView),
|
||||
'cannot_create_account': showView(CannotCreateAccountView),
|
||||
'verify_email': showView(CompleteSignUpView),
|
||||
'reset_password': showView(ResetPasswordView),
|
||||
|
|
|
@ -34,6 +34,6 @@
|
|||
</div>
|
||||
|
||||
<div class="privacy-links">
|
||||
{{#t}}By proceeding, I agree to the <a id="fxa-tos" href="/tos">Terms of Service</a> and <a id="fxa-pp" href="/pp">Privacy Notice</a> for Firefox online services.{{/t}}
|
||||
{{#t}}By proceeding, I agree to the <a id="fxa-tos" href="/legal/tos">Terms of Service</a> and <a id="fxa-pp" href="/legal/pp">Privacy Notice</a> for Firefox online services.{{/t}}
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
|
||||
<div class="privacy-links">
|
||||
{{#t}}By proceeding, I agree to the <a id="fxa-tos" href="/tos">Terms of Service</a> and <a id="fxa-pp" href="/pp">Privacy Notice</a> for Firefox online services.{{/t}}
|
||||
{{#t}}By proceeding, I agree to the <a id="fxa-tos" href="/legal/tos">Terms of Service</a> and <a id="fxa-pp" href="/legal/pp">Privacy Notice</a> for Firefox online services.{{/t}}
|
||||
</div>
|
||||
|
||||
<div class="button-row">
|
||||
|
|
Загрузка…
Ссылка в новой задаче