зеркало из https://github.com/mozilla/gecko-dev.git
Bug 601019 - Sync UI: Always show "I have lost my Sync Key" and "Reset Password". r=mconnor a=blocking-betaN
This commit is contained in:
Родитель
435ba89db4
Коммит
17eb8088b3
|
@ -312,13 +312,14 @@
|
|||
<spacer/>
|
||||
<hbox>
|
||||
<image class="statusIcon"/>
|
||||
<vbox>
|
||||
<label class="status" value=" "/>
|
||||
</hbox>
|
||||
</row>
|
||||
<row align="center">
|
||||
<spacer/>
|
||||
<label class="text-link"
|
||||
value="&resetPassword.label;"
|
||||
onclick="gSyncUtils.resetPassword(); return false;"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label control="existingServer"
|
||||
|
@ -360,12 +361,7 @@
|
|||
<vbox align="left" id="existingPassphraseFeedbackRow" hidden="true">
|
||||
<hbox>
|
||||
<image class="statusIcon"/>
|
||||
<vbox>
|
||||
<label class="status" value=" "/>
|
||||
<label class="text-link"
|
||||
value="&lostSyncKey.label;"
|
||||
onclick="gSyncUtils.resetPassphrase(); return false;"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
|
@ -376,6 +372,9 @@
|
|||
<label class="text-link"
|
||||
value="&addDevice.showMeHow.label;"
|
||||
href="https://services.mozilla.com/sync/help/manual-setup"/>
|
||||
<label class="text-link"
|
||||
value="&resetSyncKey.label;"
|
||||
onclick="gSyncUtils.resetPassphrase(); return false;"/>
|
||||
</description>
|
||||
</vbox>
|
||||
</wizardpage>
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<!ENTITY existingSyncKey.description "You can get a copy of your Sync Key by going to &syncBrand.shortName.label; Options on your other device, and selecting "My Sync Key" under "Manage Account".">
|
||||
<!ENTITY verifying.label "Verifying…">
|
||||
<!ENTITY resetPassword.label "Reset Password">
|
||||
<!ENTITY lostSyncKey.label "I have lost my Sync Key">
|
||||
<!ENTITY resetSyncKey.label "I have lost my other device.">
|
||||
|
||||
<!-- Sync Options -->
|
||||
<!ENTITY setup.optionsPage.title "Sync Options">
|
||||
|
|
Загрузка…
Ссылка в новой задаче