Skip to content

Commit

Permalink
Bug 1867031 - Update miscellaneous Strings, e.g. Migration Wizard. r=…
Browse files Browse the repository at this point in the history
…issammani,fluent-reviewers,flod

Differential Revision: https://phabricator.services.mozilla.com/D195376
  • Loading branch information
Sidharth Sachdev committed Dec 4, 2023
1 parent efe72e9 commit 13ce96c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions browser/components/migration/content/migration-wizard.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class MigrationWizard extends HTMLElement {
<input type="checkbox"/><span default-data-l10n-id="migration-bookmarks-option-label" ie-edge-data-l10n-id="migration-favorites-option-label"></span>
</label>
<label id="logins-and-passwords" data-resource-type="PASSWORDS">
<input type="checkbox"/><span data-l10n-id="migration-logins-and-passwords-option-label"></span>
<input type="checkbox"/><span data-l10n-id="migration-passwords-option-label"></span>
</label>
<label id="history" data-resource-type="HISTORY">
<input type="checkbox"/><span data-l10n-id="migration-history-option-label"></span>
Expand Down Expand Up @@ -135,7 +135,7 @@ export class MigrationWizard extends HTMLElement {
<div data-resource-type="PASSWORDS" class="resource-progress-group">
<span class="progress-icon-parent"><span class="progress-icon" role="img"></span></span>
<span data-l10n-id="migration-logins-and-passwords-option-label"></span>
<span data-l10n-id="migration-passwords-option-label"></span>
<span class="message-text deemphasized-text">&nbsp;</span>
<a class="support-text deemphasized-text"></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion browser/locales/en-US/browser/migrationWizard.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ migration-bookmarks-option-label = Bookmarks
# Edge, as this is the terminology for bookmarks on those browsers.
migration-favorites-option-label = Favorites
migration-logins-and-passwords-option-label = Saved logins and passwords
migration-passwords-option-label = Saved passwords
migration-history-option-label = Browsing history
migration-extensions-option-label = Extensions
migration-form-autofill-option-label = Form autofill data
Expand Down

0 comments on commit 13ce96c

Please sign in to comment.