diff --git a/docs/4705.3ecbaef1.iframe.bundle.js b/docs/4705.3ecbaef1.iframe.bundle.js
deleted file mode 100644
index 1ced994..0000000
--- a/docs/4705.3ecbaef1.iframe.bundle.js
+++ /dev/null
@@ -1,11 +0,0 @@
-"use strict";
-(self["webpackChunk"] = self["webpackChunk"] || []).push([[4705],{
-
-/***/ 44705:
-/***/ ((module) => {
-
-module.exports = "# This Source Code Form is subject to the terms of the Mozilla Public\n# License, v. 2.0. If a copy of the MPL was not distributed with this\n# file, You can obtain one at http://mozilla.org/MPL/2.0/.\n\nfilter-input =\n .placeholder = Search passwords\n .key = F\n .aria-label = Search passwords\n\nmenu-more-options-button =\n .title = More options\n\nmore-options-popup =\n .aria-label = More Options\n\n## Commands\n\ncommand-copy = Copy\ncommand-reveal = Reveal\ncommand-conceal = Conceal\ncommand-toggle = Toggle\ncommand-open = Open\ncommand-delete = Remove record\ncommand-edit = Edit\ncommand-save = Save\ncommand-cancel = Cancel\n\n## Passwords\n\npasswords-section-label = Passwords\npasswords-disabled = Passwords are disabled\n\npasswords-expand-section-tooltip = Show Passwords\npasswords-collapse-section-tooltip = Hide Passwords\n\npasswords-dismiss-breach-alert-command = Dismiss breach alert\npasswords-command-create = Add Password\npasswords-command-import-from-browser = Import from Another Browser…\npasswords-command-import = Import from a File…\npasswords-command-export = Export Passwords…\npasswords-command-remove-all = Remove All Passwords…\npasswords-command-settings = Settings\npasswords-command-help = Help\npasswords-command-sort-name = Sort By Name (A-Z)\n# This message can be seen when sorting logins by breached or vulnerable alerts.\npasswords-command-sort-alerts = Sort By Alerts\n\npasswords-os-auth-dialog-caption = { -brand-full-name }\n\n# This message can be seen when attempting to export a password in about:logins on Windows.\npasswords-export-os-auth-dialog-message-win = To export your passwords, enter your Windows login credentials. This helps protect the security of your accounts.\n# This message can be seen when attempting to export a password in about:logins\n# The macOS strings are preceded by the operating system with \"Firefox is trying to \"\n# and includes subtitle of \"Enter password for the user \"xxx\" to allow this.\" These\n# notes are only valid for English. only provide the reason that account verification is needed. Do not put a complete sentence here.\npasswords-export-os-auth-dialog-message-macosx = export saved passwords\n\n# This message can be seen when attempting to reveal a password in contextual password manager on Windows\npasswords-reveal-password-os-auth-dialog-message-win = To view your password, enter your Windows login credentials. This helps protect the security of your accounts.\n# The MacOS string is preceded by the operating system with \"Firefox is trying to \".\n# Only provide the reason that account verification is needed. Do not put a complete sentence here.\npasswords-reveal-password-os-auth-dialog-message-macosx = reveal the saved password\n\n\n# This message can be seen when attempting to edit a login in contextual password manager on Windows.\npasswords-edit-password-os-auth-dialog-message-win = To edit your password, enter your Windows login credentials. This helps protect the security of your accounts.\n# The MacOS string is preceded by the operating system with \"Firefox is trying to \".\n# On MacOS, only provide the reason that account verification is needed. Do not put a complete sentence here.\npasswords-edit-password-os-auth-dialog-message-macosx = edit the saved password\n\n\n# This message can be seen when attempting to copy a password in contextual password manager on Windows.\npasswords-copy-password-os-auth-dialog-message-win = To copy your password, enter your Windows login credentials. This helps protect the security of your accounts.\n# The MacOS string is preceded by the operating system with \"Firefox is trying to \".\n# Only provide the reason that account verification is needed. Do not put a complete sentence here.\npasswords-copy-password-os-auth-dialog-message-macosx = copy the saved password\n\npasswords-import-file-picker-title = Import Passwords\npasswords-import-file-picker-import-button = Import\n\n# A description for the .csv file format that may be shown as the file type\n# filter by the operating system.\npasswords-import-file-picker-csv-filter-title =\n { PLATFORM() ->\n [macos] CSV Document\n *[other] CSV File\n }\n# A description for the .tsv file format that may be shown as the file type\n# filter by the operating system. TSV is short for 'tab separated values'.\npasswords-import-file-picker-tsv-filter-title =\n { PLATFORM() ->\n [macos] TSV Document\n *[other] TSV File\n }\n\npasswords-import-success-heading =\n .heading = Passwords imported\n\n# Variables\n# $added (number) - Number of added passwords\n# $modified (number) - Number of modified passwords\npasswords-import-success-message =\n New passwords added: { $added }
Existing passwords updated: { $modified }\n\npasswords-import-detailed-report = View detailed report\npasswords-import-success-button = Done\n\npasswords-import-error-heading-and-message =\n .heading = Couldn’t import passwords\n .message = Make sure your file includes a column for websites, usernames, and passwords.\npasswords-import-error-button-try-again = Try Again\npasswords-import-error-button-cancel = Cancel\npasswords-import-learn-more = Learn about importing passwords\n\n# Export passwords to file dialog\nexport-passwords-dialog-title = Export passwords to file?\n# This string recommends to the user that they delete the exported password file that is saved on their local machine.\nexport-passwords-dialog-message = After you export, we recommend deleting it so others who may use this device can’t see your passwords.\nexport-passwords-dialog-confirm-button = Continue with export\n\n# Title of the file picker dialog\npasswords-export-file-picker-title = Export Passwords from { -brand-short-name }\n# The default file name shown in the file picker when exporting saved logins.\n# The resultant filename will end in .csv (added in code).\npasswords-export-file-picker-default-filename = passwords\npasswords-export-file-picker-export-button = Export\n# A description for the .csv file format that may be shown as the file type\n# filter by the operating system.\npasswords-export-file-picker-csv-filter-title =\n { PLATFORM() ->\n [macos] CSV Document\n *[other] CSV File\n }\n\n# Variables\n# $count (number) - Number of passwords\npasswords-count =\n { $count ->\n [one] { $count } password\n *[other] { $count } passwords\n }\n\n# Variables\n# $count (number) - Number of filtered passwords\n# $total (number) - Total number of passwords\npasswords-filtered-count =\n { $total ->\n [one] { $count } of { $total } password\n *[other] { $count } of { $total } passwords\n }\n\n# Confirm the removal of all saved passwords\n# $total (number) - Total number of passwords\npasswords-remove-all-title =\n { $total ->\n [one] Remove password?\n *[other] Remove all { $total } passwords?\n }\n\n# Checkbox label to confirm the removal of saved passwords\n# $total (number) - Total number of passwords\npasswords-remove-all-confirm =\n { $total ->\n [1] Yes, remove password\n *[other] Yes, remove passwords\n }\n\n# Button label to confirm removal of saved passwords\n# $total (number) - Total number of passwords\npasswords-remove-all-confirm-button =\n { $total ->\n [1] Remove\n *[other] Remove all\n }\n\n# Message to confirm the removal of all saved passwords when user DOES NOT HAVE SYNC\n# $total (number) - Total number of passwords\npasswords-remove-all-message =\n { $total ->\n [1] This will remove your password saved to { -brand-short-name } and any breach alerts. You cannot undo this action.\n *[other] This will remove the passwords saved to { -brand-short-name } and any breach alerts. You cannot undo this action.\n }\n\n# Message for modal to confirm the removal of all saved passwords when user HAS SYNC\n# $total (number) - Total number of passwords\npasswords-remove-all-message-sync =\n { $total ->\n [1] This will remove the password saved to { -brand-short-name } on all your synced devices and remove any breach alerts. You cannot undo this action.\n *[other] This will remove all passwords saved to { -brand-short-name } on all your synced devices and remove any breach alerts. You cannot undo this action.\n }\n\npasswords-origin-label = Website\n# The attribute .data-after describes the text that should be displayed for the ::after pseudo-selector\npasswords-username-label = Username\n .data-after = Copied\n# The attribute .data-after describes the text that should be displayed for the ::after pseudo-selector\npasswords-password-label = Password\n .data-after = Copied\n\npasswords-radiogroup-label =\n .aria-label = Filter passwords\n\n# Variables\n# $url (string) - The url associated with the new login\npasswords-add-password-success-heading =\n .heading = Password added for { $url }\npasswords-add-password-success-button = View\n\n# Variables\n# $url (string) - The url associated with the existing login\npasswords-password-already-exists-error-heading =\n .heading = A password and username for { $url } already exists\npasswords-password-already-exists-error-button = Go to Password\n\npasswords-update-password-success-heading =\n .heading = Password saved\npasswords-update-password-success-button = Done\n\n# Message to confirm successful removal of a password/passwords.\n# $total (number) - Total number of passwords\npasswords-delete-password-success-heading =\n .heading =\n { $total ->\n [1] Password removed\n *[other] Passwords removed\n }\npasswords-delete-password-success-button = Done\n#\n# Radiobutton label to display total number of passwords\n# $total (number) - Total number of passwords\npasswords-radiobutton-all = All ({ $total })\n\n# Radiobutton label to display total number of alerts\n# $total (number) - Total number of alerts\npasswords-radiobutton-alerts = Alerts ({ $total })\n\n# This message is displayed to make sure that a user wants to delete an existing login.\npasswords-remove-login-card-title = Remove password?\n# This message warns the user that deleting a login is permanent.\npasswords-remove-login-card-message = You can’t undo this.\n# This message gives the user an option to go back to the edit login form.\npasswords-remove-login-card-back-message = Back\n# This message confirms that the user wants to remove an existing login.\npasswords-remove-login-card-remove-button = Remove\n# This message gives the user the option to cancel their attempt to remove a login.\npasswords-remove-login-card-cancel-button = Cancel\n\npasswords-alert-card =\n .aria-label = Password alerts\npasswords-alert-back-button =\n .label = Back\npasswords-alert-list =\n .aria-label = Alert list\n\npasswords-breached-origin-heading-and-message =\n .heading = Password change recommended\n .message = Passwords from this website were reported stolen or leaked. Change your password to protect your account.\npasswords-breached-origin-link-message = How does { -brand-product-name } know about breaches?\npasswords-change-password-button = Change password\n\npasswords-vulnerable-password-heading-and-message =\n .heading = Password change recommended\n .message = This password is easily guessable. Change your password to protect your account.\npasswords-vulnerabe-password-link-message = How does { -brand-product-name } know about weak passwords?\n\npasswords-no-username-heading-and-message =\n .heading = Add a username\n .message = Add one to sign in faster.\npasswords-add-username-button = Add username\n\n## Login Form\n\npasswords-create-label =\n .label = Add password\npasswords-edit-label =\n .label = Edit password\npasswords-remove-label =\n .title = Remove password\npasswords-origin-tooltip = Enter the exact address where you’ll sign in to this site.\npasswords-username-tooltip = Enter the username, email address, or account number you use to sign in.\npasswords-password-tooltip = Enter the password used to sign in to this account.\n\n## Password Card\n\npasswords-list-label =\n .aria-label = Passwords\n\nwebsite-icon =\n .alt = Website Icon\ncopy-icon =\n .alt = Copy\ncheck-icon =\n .alt = Copied\nalert-icon =\n .alt = Warning\n\n# Variables\n# $url (string) - The url associated with the login\norigin-login-line =\n .aria-label = Visit { $url }\n .title = Visit { $url }\n# Variables\n# $username (string) - The username associated with the login\nusername-login-line =\n .aria-label = Copy Username { $username }\n .title = Copy Username { $username }\npassword-login-line =\n .aria-label = Copy Password\n .title = Copy Password\nedit-login-button = Edit\n .tooltiptext = Edit Password\nview-alert-heading =\n .heading = View alert\nview-alert-button =\n .tooltiptext = Review alert\n\nshow-password-button =\n .aria-label = Show Password\n .title = Show Password\nhide-password-button =\n .aria-label = Hide Password\n .title = Hide Password\n\n# The message displayed when the search text does not match any of the user's saved logins.\npasswords-no-passwords-found-header =\n .heading = No passwords found\npasswords-no-passwords-found-message = Try a different search term and try again.\n\n## When the user has no saved passwords, we display the following messages to inform the user they can save\n## their passwords safely and securely in Firefox:\n\n# This string encourages the user to save their passwords in Firefox (the \"safe spot\").\npasswords-no-passwords-header = Save your passwords to a safe spot.\n# This string informs that we (Firefox) store all passwords securely and will notify them of any breaches and alerts their\n# passwords may be involved in.\npasswords-no-passwords-message = All passwords are encrypted and we’ll watch out for breaches and alerts if you’re affected.\n# This string encourages the user to save their passwords to Firefox again.\npasswords-no-passwords-get-started-message = Add them here to get started.\n# This string is displayed in a button. If the user clicks it, they will be taken to a form to create a new password.\npasswords-add-manually = Add manually\n\n## When the user cancels a login that's currently being edited, we display a message to confirm whether\n## or not the user wants to discard their current edits to the login.\n\npasswords-discard-changes-heading-and-message =\n .heading = Close without saving?\n .message = Your changes won’t be saved.\npasswords-discard-changes-confirm-button = Confirm\npasswords-discard-changes-go-back-button = Go back\n\n## Payments\n\npayments-command-create = Add Payment Method\n\npayments-section-label = Payment methods\npayments-disabled = Payments methods are disabled\n\npayments-expand-section-tooltip = Show Payments\npayments-collapse-section-tooltip = Hide Payments\n\n# Variables\n# $count (number) - Number of payment methods\npayments-count =\n { $count ->\n [one] { $count } payment method\n *[other] { $count } payment methods\n }\n\n# Variables\n# $count (number) - Number of filtered payment methods\n# $total (number) - Total number of payment methods\npayments-filtered-count =\n { $total ->\n [one] { $count } of { $total } payment method\n *[other] { $count } of { $total } payment methods\n }\n\ncard-number-label = Card Number\ncard-expiration-label = Expires on\ncard-holder-label = Name on Card\n\n## Addresses\n\naddresses-command-create = Add Address\n\naddresses-section-label = Addresses\naddresses-disabled = Addresses are disabled\n\naddresses-expand-section-tooltip = Show Addresses\naddresses-collapse-section-tooltip = Hide Addresses\n\n# Variables\n# $count (number) - Number of addresses\naddresses-count =\n { $count ->\n [one] { $count } address\n *[other] { $count } addresses\n }\n\n# Variables\n# $count (number) - Number of filtered addresses\n# $total (number) - Total number of addresses\naddresses-filtered-count =\n { $total ->\n [one] { $count } of { $total } address\n *[other] { $count } of { $total } addresses\n }\n\naddress-name-label = Name\naddress-phone-label = Phone\naddress-email-label = Email\n";
-
-/***/ })
-
-}]);
\ No newline at end of file
diff --git a/docs/4705.b61c5424.iframe.bundle.js b/docs/4705.b61c5424.iframe.bundle.js
new file mode 100644
index 0000000..becf045
--- /dev/null
+++ b/docs/4705.b61c5424.iframe.bundle.js
@@ -0,0 +1,11 @@
+"use strict";
+(self["webpackChunk"] = self["webpackChunk"] || []).push([[4705],{
+
+/***/ 44705:
+/***/ ((module) => {
+
+module.exports = "# This Source Code Form is subject to the terms of the Mozilla Public\n# License, v. 2.0. If a copy of the MPL was not distributed with this\n# file, You can obtain one at http://mozilla.org/MPL/2.0/.\n\nfilter-input =\n .placeholder = Search passwords\n .key = F\n .aria-label = Search passwords\n\nmenu-more-options-button =\n .title = More options\n\nmore-options-popup =\n .aria-label = More Options\n\n## Commands\n\ncommand-copy = Copy\ncommand-reveal = Reveal\ncommand-conceal = Conceal\ncommand-toggle = Toggle\ncommand-open = Open\ncommand-delete = Remove record\ncommand-edit = Edit\ncommand-save = Save\ncommand-cancel = Cancel\n\n## Passwords\n\npasswords-section-label = Passwords\npasswords-disabled = Passwords are disabled\n\npasswords-expand-section-tooltip = Show Passwords\npasswords-collapse-section-tooltip = Hide Passwords\n\npasswords-dismiss-breach-alert-command = Dismiss breach alert\npasswords-command-create = Add Password\npasswords-command-import-from-browser = Import from Another Browser…\npasswords-command-import = Import from a File…\npasswords-command-export = Export Passwords…\npasswords-command-remove-all = Remove All Passwords…\npasswords-command-settings = Settings\npasswords-command-help = Help\npasswords-command-sort-name = Sort By Name (A-Z)\n# This message can be seen when sorting logins by breached or vulnerable alerts.\npasswords-command-sort-alerts = Sort By Alerts\n\npasswords-os-auth-dialog-caption = { -brand-full-name }\n\n# This message can be seen when attempting to export a password in about:logins on Windows.\npasswords-export-os-auth-dialog-message-win = To export your passwords, enter your Windows login credentials. This helps protect the security of your accounts.\n# This message can be seen when attempting to export a password in about:logins\n# The macOS strings are preceded by the operating system with \"Firefox is trying to \"\n# and includes subtitle of \"Enter password for the user \"xxx\" to allow this.\" These\n# notes are only valid for English. only provide the reason that account verification is needed. Do not put a complete sentence here.\npasswords-export-os-auth-dialog-message-macosx = export saved passwords\n\n# This message can be seen when attempting to reveal a password in contextual password manager on Windows\npasswords-reveal-password-os-auth-dialog-message-win = To view your password, enter your Windows login credentials. This helps protect the security of your accounts.\n# The MacOS string is preceded by the operating system with \"Firefox is trying to \".\n# Only provide the reason that account verification is needed. Do not put a complete sentence here.\npasswords-reveal-password-os-auth-dialog-message-macosx = reveal the saved password\n\n\n# This message can be seen when attempting to edit a login in contextual password manager on Windows.\npasswords-edit-password-os-auth-dialog-message-win = To edit your password, enter your Windows login credentials. This helps protect the security of your accounts.\n# The MacOS string is preceded by the operating system with \"Firefox is trying to \".\n# On MacOS, only provide the reason that account verification is needed. Do not put a complete sentence here.\npasswords-edit-password-os-auth-dialog-message-macosx = edit the saved password\n\n\n# This message can be seen when attempting to copy a password in contextual password manager on Windows.\npasswords-copy-password-os-auth-dialog-message-win = To copy your password, enter your Windows login credentials. This helps protect the security of your accounts.\n# The MacOS string is preceded by the operating system with \"Firefox is trying to \".\n# Only provide the reason that account verification is needed. Do not put a complete sentence here.\npasswords-copy-password-os-auth-dialog-message-macosx = copy the saved password\n\npasswords-import-file-picker-title = Import Passwords\npasswords-import-file-picker-import-button = Import\n\n# A description for the .csv file format that may be shown as the file type\n# filter by the operating system.\npasswords-import-file-picker-csv-filter-title =\n { PLATFORM() ->\n [macos] CSV Document\n *[other] CSV File\n }\n# A description for the .tsv file format that may be shown as the file type\n# filter by the operating system. TSV is short for 'tab separated values'.\npasswords-import-file-picker-tsv-filter-title =\n { PLATFORM() ->\n [macos] TSV Document\n *[other] TSV File\n }\n\npasswords-import-success-heading =\n .heading = Passwords imported\n\n# Variables\n# $added (number) - Number of added passwords\n# $modified (number) - Number of modified passwords\npasswords-import-success-message =\n New passwords added: { $added }
Existing passwords updated: { $modified }\n\npasswords-import-detailed-report = View detailed report\npasswords-import-success-button = Done\n\npasswords-import-error-heading-and-message =\n .heading = Couldn’t import passwords\n .message = Make sure your file includes a column for websites, usernames, and passwords.\npasswords-import-error-button-try-again = Try Again\npasswords-import-error-button-cancel = Cancel\npasswords-import-learn-more = Learn about importing passwords\n\npasswords-export-success-heading =\n .heading = Passwords exported\npasswords-export-success-button = Done\n\n# Export passwords to file dialog\nexport-passwords-dialog-title = Export passwords to file?\n# This string recommends to the user that they delete the exported password file that is saved on their local machine.\nexport-passwords-dialog-message = After you export, we recommend deleting it so others who may use this device can’t see your passwords.\nexport-passwords-dialog-confirm-button = Continue with export\n\n# Title of the file picker dialog\npasswords-export-file-picker-title = Export Passwords from { -brand-short-name }\n# The default file name shown in the file picker when exporting saved logins.\n# The resultant filename will end in .csv (added in code).\npasswords-export-file-picker-default-filename = passwords\npasswords-export-file-picker-export-button = Export\n# A description for the .csv file format that may be shown as the file type\n# filter by the operating system.\npasswords-export-file-picker-csv-filter-title =\n { PLATFORM() ->\n [macos] CSV Document\n *[other] CSV File\n }\n\n# Variables\n# $count (number) - Number of passwords\npasswords-count =\n { $count ->\n [one] { $count } password\n *[other] { $count } passwords\n }\n\n# Variables\n# $count (number) - Number of filtered passwords\n# $total (number) - Total number of passwords\npasswords-filtered-count =\n { $total ->\n [one] { $count } of { $total } password\n *[other] { $count } of { $total } passwords\n }\n\n# Confirm the removal of all saved passwords\n# $total (number) - Total number of passwords\npasswords-remove-all-title =\n { $total ->\n [one] Remove password?\n *[other] Remove all { $total } passwords?\n }\n\n# Checkbox label to confirm the removal of saved passwords\n# $total (number) - Total number of passwords\npasswords-remove-all-confirm =\n { $total ->\n [1] Yes, remove password\n *[other] Yes, remove passwords\n }\n\n# Button label to confirm removal of saved passwords\n# $total (number) - Total number of passwords\npasswords-remove-all-confirm-button =\n { $total ->\n [1] Remove\n *[other] Remove all\n }\n\n# Message to confirm the removal of all saved passwords when user DOES NOT HAVE SYNC\n# $total (number) - Total number of passwords\npasswords-remove-all-message =\n { $total ->\n [1] This will remove your password saved to { -brand-short-name } and any breach alerts. You cannot undo this action.\n *[other] This will remove the passwords saved to { -brand-short-name } and any breach alerts. You cannot undo this action.\n }\n\n# Message for modal to confirm the removal of all saved passwords when user HAS SYNC\n# $total (number) - Total number of passwords\npasswords-remove-all-message-sync =\n { $total ->\n [1] This will remove the password saved to { -brand-short-name } on all your synced devices and remove any breach alerts. You cannot undo this action.\n *[other] This will remove all passwords saved to { -brand-short-name } on all your synced devices and remove any breach alerts. You cannot undo this action.\n }\n\npasswords-origin-label = Website\n# The attribute .data-after describes the text that should be displayed for the ::after pseudo-selector\npasswords-username-label = Username\n .data-after = Copied\n# The attribute .data-after describes the text that should be displayed for the ::after pseudo-selector\npasswords-password-label = Password\n .data-after = Copied\n\npasswords-radiogroup-label =\n .aria-label = Filter passwords\n\n# Variables\n# $url (string) - The url associated with the new login\npasswords-add-password-success-heading =\n .heading = Password added for { $url }\npasswords-add-password-success-button = View\n\n# Variables\n# $url (string) - The url associated with the existing login\npasswords-password-already-exists-error-heading =\n .heading = A password and username for { $url } already exists\npasswords-password-already-exists-error-button = Go to Password\n\npasswords-update-password-success-heading =\n .heading = Password saved\npasswords-update-password-success-button = Done\n\n# Message to confirm successful removal of a password/passwords.\n# $total (number) - Total number of passwords\npasswords-delete-password-success-heading =\n .heading =\n { $total ->\n [1] Password removed\n *[other] Passwords removed\n }\npasswords-delete-password-success-button = Done\n#\n# Radiobutton label to display total number of passwords\n# $total (number) - Total number of passwords\npasswords-radiobutton-all = All ({ $total })\n\n# Radiobutton label to display total number of alerts\n# $total (number) - Total number of alerts\npasswords-radiobutton-alerts = Alerts ({ $total })\n\n# This message is displayed to make sure that a user wants to delete an existing login.\npasswords-remove-login-card-title = Remove password?\n# This message warns the user that deleting a login is permanent.\npasswords-remove-login-card-message = You can’t undo this.\n# This message gives the user an option to go back to the edit login form.\npasswords-remove-login-card-back-message = Back\n# This message confirms that the user wants to remove an existing login.\npasswords-remove-login-card-remove-button = Remove\n# This message gives the user the option to cancel their attempt to remove a login.\npasswords-remove-login-card-cancel-button = Cancel\n\npasswords-alert-card =\n .aria-label = Password alerts\npasswords-alert-back-button =\n .label = Back\npasswords-alert-list =\n .aria-label = Alert list\n\npasswords-breached-origin-heading-and-message =\n .heading = Password change recommended\n .message = Passwords from this website were reported stolen or leaked. Change your password to protect your account.\npasswords-breached-origin-link-message = How does { -brand-product-name } know about breaches?\npasswords-change-password-button = Change password\n\npasswords-vulnerable-password-heading-and-message =\n .heading = Password change recommended\n .message = This password is easily guessable. Change your password to protect your account.\npasswords-vulnerabe-password-link-message = How does { -brand-product-name } know about weak passwords?\n\npasswords-no-username-heading-and-message =\n .heading = Add a username\n .message = Add one to sign in faster.\npasswords-add-username-button = Add username\n\n## Login Form\n\npasswords-create-label =\n .label = Add password\npasswords-edit-label =\n .label = Edit password\npasswords-remove-label =\n .title = Remove password\npasswords-origin-tooltip = Enter the exact address where you’ll sign in to this site.\npasswords-username-tooltip = Enter the username, email address, or account number you use to sign in.\npasswords-password-tooltip = Enter the password used to sign in to this account.\n\n## Password Card\n\npasswords-list-label =\n .aria-label = Passwords\n\nwebsite-icon =\n .alt = Website Icon\ncopy-icon =\n .alt = Copy\ncheck-icon =\n .alt = Copied\nalert-icon =\n .alt = Warning\n\n# Variables\n# $url (string) - The url associated with the login\norigin-login-line =\n .aria-label = Visit { $url }\n .title = Visit { $url }\n# Variables\n# $username (string) - The username associated with the login\nusername-login-line =\n .aria-label = Copy Username { $username }\n .title = Copy Username { $username }\npassword-login-line =\n .aria-label = Copy Password\n .title = Copy Password\nedit-login-button = Edit\n .tooltiptext = Edit Password\nview-alert-heading =\n .heading = View alert\nview-alert-button =\n .tooltiptext = Review alert\n\nshow-password-button =\n .aria-label = Show Password\n .title = Show Password\nhide-password-button =\n .aria-label = Hide Password\n .title = Hide Password\n\n# The message displayed when the search text does not match any of the user's saved logins.\npasswords-no-passwords-found-header =\n .heading = No passwords found\npasswords-no-passwords-found-message = Try a different search term and try again.\n\n## When the user has no saved passwords, we display the following messages to inform the user they can save\n## their passwords safely and securely in Firefox:\n\n# This string encourages the user to save their passwords in Firefox (the \"safe spot\").\npasswords-no-passwords-header = Save your passwords to a safe spot.\n# This string informs that we (Firefox) store all passwords securely and will notify them of any breaches and alerts their\n# passwords may be involved in.\npasswords-no-passwords-message = All passwords are encrypted and we’ll watch out for breaches and alerts if you’re affected.\n# This string encourages the user to save their passwords to Firefox again.\npasswords-no-passwords-get-started-message = Add them here to get started.\n# This string is displayed in a button. If the user clicks it, they will be taken to a form to create a new password.\npasswords-add-manually = Add manually\n\n## When the user cancels a login that's currently being edited, we display a message to confirm whether\n## or not the user wants to discard their current edits to the login.\n\npasswords-discard-changes-heading-and-message =\n .heading = Close without saving?\n .message = Your changes won’t be saved.\npasswords-discard-changes-confirm-button = Confirm\npasswords-discard-changes-go-back-button = Go back\n\n## Payments\n\npayments-command-create = Add Payment Method\n\npayments-section-label = Payment methods\npayments-disabled = Payments methods are disabled\n\npayments-expand-section-tooltip = Show Payments\npayments-collapse-section-tooltip = Hide Payments\n\n# Variables\n# $count (number) - Number of payment methods\npayments-count =\n { $count ->\n [one] { $count } payment method\n *[other] { $count } payment methods\n }\n\n# Variables\n# $count (number) - Number of filtered payment methods\n# $total (number) - Total number of payment methods\npayments-filtered-count =\n { $total ->\n [one] { $count } of { $total } payment method\n *[other] { $count } of { $total } payment methods\n }\n\ncard-number-label = Card Number\ncard-expiration-label = Expires on\ncard-holder-label = Name on Card\n\n## Addresses\n\naddresses-command-create = Add Address\n\naddresses-section-label = Addresses\naddresses-disabled = Addresses are disabled\n\naddresses-expand-section-tooltip = Show Addresses\naddresses-collapse-section-tooltip = Hide Addresses\n\n# Variables\n# $count (number) - Number of addresses\naddresses-count =\n { $count ->\n [one] { $count } address\n *[other] { $count } addresses\n }\n\n# Variables\n# $count (number) - Number of filtered addresses\n# $total (number) - Total number of addresses\naddresses-filtered-count =\n { $total ->\n [one] { $count } of { $total } address\n *[other] { $count } of { $total } addresses\n }\n\naddress-name-label = Name\naddress-phone-label = Phone\naddress-email-label = Email\n";
+
+/***/ })
+
+}]);
\ No newline at end of file
diff --git a/docs/5882.917e3e4e.iframe.bundle.js b/docs/5882.de93c3fb.iframe.bundle.js
similarity index 66%
rename from docs/5882.917e3e4e.iframe.bundle.js
rename to docs/5882.de93c3fb.iframe.bundle.js
index e5218c6..5069e5d 100644
--- a/docs/5882.917e3e4e.iframe.bundle.js
+++ b/docs/5882.de93c3fb.iframe.bundle.js
@@ -4,7 +4,7 @@
/***/ 85882:
/***/ ((module) => {
-module.exports = "# This Source Code Form is subject to the terms of the Mozilla Public\n# License, v. 2.0. If a copy of the MPL was not distributed with this\n# file, You can obtain one at http://mozilla.org/MPL/2.0/.\n\nshopping-page-title = { -brand-product-name } Shopping\n\n# Title for page showing where a user can check the\n# review quality of online shopping product reviews\nshopping-main-container-title = Review Checker\nshopping-beta-marker = Beta\n# This string is for ensuring that screen reader technology\n# can read out the \"Beta\" part of the shopping sidebar header.\n# Any changes to shopping-main-container-title and\n# shopping-beta-marker should also be reflected here.\nshopping-a11y-header =\n .aria-label = Review Checker - beta\nshopping-close-button =\n .title = Close\n# This string is for notifying screen reader users that the\n# sidebar is still loading data.\nshopping-a11y-loading =\n .aria-label = Loading…\n\n## Strings for the letter grade component.\n## For now, we only support letter grades A, B, C, D and F.\n## Letter A indicates the highest grade, and F indicates the lowest grade.\n## Letters are hardcoded and cannot be localized.\n\nshopping-letter-grade-description-ab = Reliable reviews\nshopping-letter-grade-description-c = Mix of reliable and unreliable reviews\nshopping-letter-grade-description-df = Unreliable reviews\n\n# This string is displayed in a tooltip that appears when the user hovers\n# over the letter grade component without a visible description.\n# It is also used for screen readers.\n# $letter (String) - The letter grade as A, B, C, D or F (hardcoded).\n# $description (String) - The localized letter grade description. See shopping-letter-grade-description-* strings above.\nshopping-letter-grade-tooltip =\n .title = { $letter } - { $description }\n\n## Strings for the shopping message-bar\n\nshopping-message-bar-warning-stale-analysis-message-2 = New info to check\nshopping-message-bar-warning-stale-analysis-button = Check now\n\nshopping-message-bar-generic-error =\n .heading = No info available right now\n .message = We’re working to resolve the issue. Please check back soon.\n\nshopping-message-bar-warning-not-enough-reviews =\n .heading = Not enough reviews yet\n .message = When this product has more reviews, we’ll be able to check their quality.\n\nshopping-message-bar-warning-product-not-available =\n .heading = Product is not available\n .message = If you see this product is back in stock, report it and we’ll work on checking the reviews.\nshopping-message-bar-warning-product-not-available-button2 = Report product is in stock\n\nshopping-message-bar-thanks-for-reporting =\n .heading = Thanks for reporting!\n .message = We should have info about this product’s reviews within 24 hours. Please check back.\n\nshopping-message-bar-warning-product-not-available-reported =\n .heading = Info coming soon\n .message = We should have info about this product’s reviews within 24 hours. Please check back.\n\nshopping-message-bar-analysis-in-progress-title2 = Checking review quality\nshopping-message-bar-analysis-in-progress-message2 = This could take about 60 seconds.\n\n# Variables:\n# $percentage (Number) - The percentage complete that the analysis is, per our servers.\nshopping-message-bar-analysis-in-progress-with-amount = Checking review quality ({ $percentage }%)\n\nshopping-message-bar-page-not-supported =\n .heading = We can’t check these reviews\n .message = Unfortunately, we can’t check the review quality for certain types of products. For example, gift cards and streaming video, music, and games.\n\nshopping-message-bar-keep-closed-header =\n .heading = Keep closed?\n .message = You can update your settings to keep Review Checker closed by default. Right now, it opens automatically.\nshopping-message-bar-keep-closed-dismiss-button = No thanks\nshopping-message-bar-keep-closed-accept-button = Yes, keep closed\n\n## Strings for the product review snippets card\n\nshopping-highlights-label =\n .label = Highlights from recent reviews\n\nshopping-highlight-price = Price\nshopping-highlight-quality = Quality\nshopping-highlight-shipping = Shipping\nshopping-highlight-competitiveness = Competitiveness\nshopping-highlight-packaging = Packaging\n\n## Strings for show more card\n\nshopping-show-more-button = Show more\nshopping-show-less-button = Show less\n\n## Strings for the settings card\n\nshopping-settings-label =\n .label = Settings\nshopping-settings-recommendations-toggle2 =\n .label = Show recommendations and sponsored content\nshopping-settings-recommendations-learn-more3 =\n { -brand-product-name } doesn’t share your personal data, so these recommendations won’t follow you around the internet. Learn more\nshopping-settings-opt-out-button = Turn off Review Checker\npowered-by-fakespot = Review Checker is powered by { -fakespot-brand-full-name }.\n\nshopping-settings-auto-open-toggle =\n .label = Automatically open Review Checker\n\n# Description text for regions where we support three sites. Sites are limited to Amazon, Walmart and Best Buy.\n# Variables:\n# $firstSite (String) - The first shopping page name\n# $secondSite (String) - The second shopping page name\n# $thirdSite (String) - The third shopping page name\nshopping-settings-auto-open-description-three-sites = When you view products on { $firstSite }, { $secondSite }, and { $thirdSite }\n\n# Description text for regions where we support only one site (e.g. currently used in FR/DE with Amazon).\n# Variables:\n# $currentSite (String) - The current shopping page name\nshopping-settings-auto-open-description-single-site = When you view products on { $currentSite }\n\n## Strings for the adjusted rating component\n\n# \"Adjusted rating\" means a star rating that has been adjusted to include only\n# reliable reviews.\nshopping-adjusted-rating-label =\n .label = Adjusted rating\nshopping-adjusted-rating-based-reliable-reviews = Based on reliable reviews\n\n## Strings for the review reliability component\n\nshopping-review-reliability-label =\n .label = How reliable are these reviews?\n\n## Strings for the analysis explainer component\n\nshopping-analysis-explainer-label =\n .label = How we determine review quality\nshopping-analysis-explainer-intro2 =\n We use AI technology from { -fakespot-brand-full-name } to check the reliability of product reviews. This will only help you assess review quality, not product quality.\nshopping-analysis-explainer-grades-intro =\n We assign each product’s reviews a letter grade from A to F.\nshopping-analysis-explainer-adjusted-rating-description =\n The adjusted rating is based only on reviews we believe to be reliable.\nshopping-analysis-explainer-learn-more2 =\n Learn more about how { -fakespot-brand-name } determines review quality.\n\n# This string includes the short brand name of one of the three supported\n# websites, which will be inserted without being translated.\n# $retailer (String) - capitalized name of the shopping website, for example, \"Amazon\".\nshopping-analysis-explainer-highlights-description =\n Highlights are from { $retailer } reviews within the last 80 days that we believe to be reliable.\n\n# Fallback for analysis highlights explainer if the retailer is ever unknown\nshopping-analysis-explainer-highlights-description-unknown-retailer =\n Highlights are from reviews within the last 80 days that we believe to be reliable.\n\nshopping-analysis-explainer-review-grading-scale-reliable = Reliable reviews. We believe the reviews are likely from real customers who left honest, unbiased reviews.\nshopping-analysis-explainer-review-grading-scale-mixed = We believe there’s a mix of reliable and unreliable reviews.\nshopping-analysis-explainer-review-grading-scale-unreliable = Unreliable reviews. We believe the reviews are likely fake or from biased reviewers.\n\n## Strings for UrlBar button\n\nshopping-sidebar-open-button2 =\n .tooltiptext = Open Review Checker\nshopping-sidebar-close-button2 =\n .tooltiptext = Close Review Checker\n\n## Strings for the unanalyzed product card.\n## The word 'analyzer' when used here reflects what this tool is called on\n## fakespot.com. If possible, a different word should be used for the Fakespot\n## tool (the Fakespot by Mozilla 'analyzer') other than 'checker', which is\n## used in the name of the Firefox feature ('Review Checker'). If that is not\n## possible - if these terms are not meaningfully different - that is OK.\n\nshopping-unanalyzed-product-header-2 = No info about these reviews yet\nshopping-unanalyzed-product-message-2 = To know whether this product’s reviews are reliable, check the review quality. It only takes about 60 seconds.\nshopping-unanalyzed-product-analyze-button = Check review quality\n\n## Strings for the advertisement\n\nmore-to-consider-ad-label =\n .label = More to consider\nshopping-sponsored-label = Sponsored\n\n## Shopping survey strings.\n\nshopping-survey-headline = Help improve { -brand-product-name }\nshopping-survey-question-one = How satisfied are you with the Review Checker experience in { -brand-product-name }?\n\nshopping-survey-q1-radio-1-label = Very satisfied\nshopping-survey-q1-radio-2-label = Satisfied\nshopping-survey-q1-radio-3-label = Neutral\nshopping-survey-q1-radio-4-label = Dissatisfied\nshopping-survey-q1-radio-5-label = Very dissatisfied\n\nshopping-survey-question-two = Does the Review Checker make it easier for you to make purchase decisions?\n\nshopping-survey-q2-radio-1-label = Yes\nshopping-survey-q2-radio-2-label = No\nshopping-survey-q2-radio-3-label = I don’t know\n\nshopping-survey-next-button-label = Next\nshopping-survey-submit-button-label = Submit\nshopping-survey-terms-link = Terms of use\nshopping-survey-thanks =\n .heading = Thanks for your feedback!\n\n## Shopping Feature Callout strings.\n## \"price tag\" refers to the price tag icon displayed in the address bar to\n## access the feature.\n\nshopping-callout-closed-opted-in-subtitle = Get back to Review Checker whenever you see the price tag.\n\nshopping-callout-pdp-opted-in-title = Are these reviews reliable? Find out fast.\nshopping-callout-pdp-opted-in-subtitle = Open Review Checker to see an adjusted rating with unreliable reviews removed. Plus, see highlights from recent authentic reviews.\n\nshopping-callout-closed-not-opted-in-title = One click to reliable reviews\nshopping-callout-closed-not-opted-in-subtitle = Give Review Checker a try whenever you see the price tag. Get insights from real shoppers quickly — before you buy.\n\nshopping-callout-closed-not-opted-in-revised-title = One click to trustworthy reviews\nshopping-callout-closed-not-opted-in-revised-subtitle = Just click the price tag icon in the address bar to get back to Review Checker.\nshopping-callout-closed-not-opted-in-revised-button = Got it\n\nshopping-callout-not-opted-in-reminder-title = Shop with confidence\nshopping-callout-not-opted-in-reminder-subtitle = Not sure if a product’s reviews are real or fake? Review Checker from { -brand-product-name } can help.\nshopping-callout-not-opted-in-reminder-open-button = Open Review Checker\nshopping-callout-not-opted-in-reminder-close-button = Dismiss\nshopping-callout-not-opted-in-reminder-ignore-checkbox = Don’t show again\nshopping-callout-not-opted-in-reminder-img-alt =\n .aria-label = Abstract illustration of three product reviews. One has a warning symbol indicating it may not be trustworthy.\n\nshopping-callout-disabled-auto-open-title = Review Checker is now closed by default\nshopping-callout-disabled-auto-open-subtitle = Click the price tag icon in the address bar whenever you want to see if you can trust a product’s reviews.\nshopping-callout-disabled-auto-open-button = Got it\n\nshopping-callout-opted-out-title = Review Checker is off\nshopping-callout-opted-out-subtitle = To turn it back on, click the price tag icon in the address bar and follow the prompts.\nshopping-callout-opted-out-button = Got it\n\n## Onboarding message strings.\n\nshopping-onboarding-headline = Try our trusted guide to product reviews\n\n# Dynamic subtitle. Sites are limited to Amazon, Walmart or Best Buy.\n# Variables:\n# $currentSite (str) - The current shopping page name\n# $secondSite (str) - A second shopping page name\n# $thirdSite (str) - A third shopping page name\nshopping-onboarding-dynamic-subtitle-1 = See how reliable product reviews are on { $currentSite } before you buy. Review Checker, an experimental feature from { -brand-product-name }, is built right into the browser. It works on { $secondSite } and { $thirdSite }, too.\n\n# Subtitle for countries where we only support one shopping website (e.g. currently used in FR/DE with Amazon)\n# Variables:\n# $currentSite (str) - The current shopping page name\nshopping-onboarding-single-subtitle = See how reliable product reviews are on { $currentSite } before you buy. Review Checker, an experimental feature from { -brand-product-name }, is built right into the browser.\n\nshopping-onboarding-body = Using the power of { -fakespot-brand-full-name }, we help you avoid biased and inauthentic reviews. Our AI model is always improving to protect you as you shop. Learn more\nshopping-onboarding-opt-in-privacy-policy-and-terms-of-use3 = By selecting “{ shopping-onboarding-opt-in-button }“ you agree to { -brand-product-name }’s privacy policy and { -fakespot-brand-name }’s terms of use.\nshopping-onboarding-opt-in-button = Yes, try it\nshopping-onboarding-not-now-button = Not now\nshopping-onboarding-dialog-close-button =\n .title = Close\n .aria-label = Close\n\n# Aria-label to make the \"steps\" of the shopping onboarding container visible to screen readers.\n# Variables:\n# $current (Int) - Number of the current page\n# $total (Int) - Total number of pages\nshopping-onboarding-welcome-steps-indicator-label =\n .aria-label = Progress: step { $current } of { $total }\n";
+module.exports = "# This Source Code Form is subject to the terms of the Mozilla Public\n# License, v. 2.0. If a copy of the MPL was not distributed with this\n# file, You can obtain one at http://mozilla.org/MPL/2.0/.\n\nshopping-page-title = { -brand-product-name } Shopping\n\n# Title for page showing where a user can check the\n# review quality of online shopping product reviews\nshopping-main-container-title = Review Checker\nshopping-beta-marker = Beta\n# This string is for ensuring that screen reader technology\n# can read out the \"Beta\" part of the shopping sidebar header.\n# Any changes to shopping-main-container-title and\n# shopping-beta-marker should also be reflected here.\nshopping-a11y-header =\n .aria-label = Review Checker - beta\nshopping-close-button =\n .title = Close\n# This string is for notifying screen reader users that the\n# sidebar is still loading data.\nshopping-a11y-loading =\n .aria-label = Loading…\n\n## Strings for the letter grade component.\n## For now, we only support letter grades A, B, C, D and F.\n## Letter A indicates the highest grade, and F indicates the lowest grade.\n## Letters are hardcoded and cannot be localized.\n\nshopping-letter-grade-description-ab = Reliable reviews\nshopping-letter-grade-description-c = Mix of reliable and unreliable reviews\nshopping-letter-grade-description-df = Unreliable reviews\n\n# This string is displayed in a tooltip that appears when the user hovers\n# over the letter grade component without a visible description.\n# It is also used for screen readers.\n# $letter (String) - The letter grade as A, B, C, D or F (hardcoded).\n# $description (String) - The localized letter grade description. See shopping-letter-grade-description-* strings above.\nshopping-letter-grade-tooltip =\n .title = { $letter } - { $description }\n\n## Strings for the shopping message-bar\n\nshopping-message-bar-warning-stale-analysis-message-2 = New info to check\nshopping-message-bar-warning-stale-analysis-button = Check now\n\nshopping-message-bar-generic-error =\n .heading = No info available right now\n .message = We’re working to resolve the issue. Please check back soon.\n\nshopping-message-bar-warning-not-enough-reviews =\n .heading = Not enough reviews yet\n .message = When this product has more reviews, we’ll be able to check their quality.\n\nshopping-message-bar-warning-product-not-available =\n .heading = Product is not available\n .message = If you see this product is back in stock, report it and we’ll work on checking the reviews.\nshopping-message-bar-warning-product-not-available-button2 = Report product is in stock\n\nshopping-message-bar-thanks-for-reporting =\n .heading = Thanks for reporting!\n .message = We should have info about this product’s reviews within 24 hours. Please check back.\n\nshopping-message-bar-warning-product-not-available-reported =\n .heading = Info coming soon\n .message = We should have info about this product’s reviews within 24 hours. Please check back.\n\nshopping-message-bar-analysis-in-progress-title2 = Checking review quality\nshopping-message-bar-analysis-in-progress-message2 = This could take about 60 seconds.\n\n# Variables:\n# $percentage (Number) - The percentage complete that the analysis is, per our servers.\nshopping-message-bar-analysis-in-progress-with-amount = Checking review quality ({ $percentage }%)\n\nshopping-message-bar-page-not-supported =\n .heading = We can’t check these reviews\n .message = Unfortunately, we can’t check the review quality for certain types of products. For example, gift cards and streaming video, music, and games.\n\nshopping-message-bar-keep-closed-header =\n .heading = Keep closed?\n .message = You can update your settings to keep Review Checker closed by default. Right now, it opens automatically.\nshopping-message-bar-keep-closed-dismiss-button = No thanks\nshopping-message-bar-keep-closed-accept-button = Yes, keep closed\n\n## Strings for the product review snippets card\n\nshopping-highlights-label =\n .label = Highlights from recent reviews\n\nshopping-highlight-price = Price\nshopping-highlight-quality = Quality\nshopping-highlight-shipping = Shipping\nshopping-highlight-competitiveness = Competitiveness\nshopping-highlight-packaging = Packaging\n\n## Strings for show more card\n\nshopping-show-more-button = Show more\nshopping-show-less-button = Show less\n\n## Strings for the settings card\n\nshopping-settings-label =\n .label = Settings\nshopping-settings-recommendations-toggle2 =\n .label = Show recommendations and sponsored content\nshopping-settings-recommendations-learn-more3 =\n { -brand-product-name } doesn’t share your personal data, so these recommendations won’t follow you around the internet. Learn more\nshopping-settings-opt-out-button = Turn off Review Checker\npowered-by-fakespot = Review Checker is powered by { -fakespot-brand-full-name }.\n\nshopping-settings-auto-open-toggle =\n .label = Automatically open Review Checker\n\n# Description text for regions where we support three sites. Sites are limited to Amazon, Walmart and Best Buy.\n# Variables:\n# $firstSite (String) - The first shopping page name\n# $secondSite (String) - The second shopping page name\n# $thirdSite (String) - The third shopping page name\nshopping-settings-auto-open-description-three-sites = When you view products on { $firstSite }, { $secondSite }, and { $thirdSite }\n\n# Description text for regions where we support only one site (e.g. currently used in FR/DE with Amazon).\n# Variables:\n# $currentSite (String) - The current shopping page name\nshopping-settings-auto-open-description-single-site = When you view products on { $currentSite }\n\n## Strings for the adjusted rating component\n\n# \"Adjusted rating\" means a star rating that has been adjusted to include only\n# reliable reviews.\nshopping-adjusted-rating-label =\n .label = Adjusted rating\nshopping-adjusted-rating-based-reliable-reviews = Based on reliable reviews\n\n## Strings for the review reliability component\n\nshopping-review-reliability-label =\n .label = How reliable are these reviews?\n\n## Strings for the analysis explainer component\n\nshopping-analysis-explainer-label =\n .label = How we determine review quality\nshopping-analysis-explainer-intro2 =\n We use AI technology from { -fakespot-brand-full-name } to check the reliability of product reviews. This will only help you assess review quality, not product quality.\nshopping-analysis-explainer-grades-intro =\n We assign each product’s reviews a letter grade from A to F.\nshopping-analysis-explainer-adjusted-rating-description =\n The adjusted rating is based only on reviews we believe to be reliable.\nshopping-analysis-explainer-learn-more2 =\n Learn more about how { -fakespot-brand-name } determines review quality.\n\n# This string includes the short brand name of one of the three supported\n# websites, which will be inserted without being translated.\n# $retailer (String) - capitalized name of the shopping website, for example, \"Amazon\".\nshopping-analysis-explainer-highlights-description =\n Highlights are from { $retailer } reviews within the last 80 days that we believe to be reliable.\n\n# Fallback for analysis highlights explainer if the retailer is ever unknown\nshopping-analysis-explainer-highlights-description-unknown-retailer =\n Highlights are from reviews within the last 80 days that we believe to be reliable.\n\nshopping-analysis-explainer-review-grading-scale-reliable = Reliable reviews. We believe the reviews are likely from real customers who left honest, unbiased reviews.\nshopping-analysis-explainer-review-grading-scale-mixed = We believe there’s a mix of reliable and unreliable reviews.\nshopping-analysis-explainer-review-grading-scale-unreliable = Unreliable reviews. We believe the reviews are likely fake or from biased reviewers.\n\n## Strings for UrlBar button\n\nshopping-sidebar-open-button2 =\n .tooltiptext = Open Review Checker\nshopping-sidebar-close-button2 =\n .tooltiptext = Close Review Checker\n\n## Strings for the unanalyzed product card.\n## The word 'analyzer' when used here reflects what this tool is called on\n## fakespot.com. If possible, a different word should be used for the Fakespot\n## tool (the Fakespot by Mozilla 'analyzer') other than 'checker', which is\n## used in the name of the Firefox feature ('Review Checker'). If that is not\n## possible - if these terms are not meaningfully different - that is OK.\n\nshopping-unanalyzed-product-header-2 = No info about these reviews yet\nshopping-unanalyzed-product-message-2 = To know whether this product’s reviews are reliable, check the review quality. It only takes about 60 seconds.\nshopping-unanalyzed-product-analyze-button = Check review quality\n\n## Strings for the advertisement\n\nmore-to-consider-ad-label =\n .label = More to consider\nshopping-sponsored-label = Sponsored\n\n## Shopping survey strings.\n\nshopping-survey-headline = Help improve { -brand-product-name }\nshopping-survey-question-one = How satisfied are you with the Review Checker experience in { -brand-product-name }?\n\nshopping-survey-q1-radio-1-label = Very satisfied\nshopping-survey-q1-radio-2-label = Satisfied\nshopping-survey-q1-radio-3-label = Neutral\nshopping-survey-q1-radio-4-label = Dissatisfied\nshopping-survey-q1-radio-5-label = Very dissatisfied\n\nshopping-survey-question-two = Does the Review Checker make it easier for you to make purchase decisions?\n\nshopping-survey-q2-radio-1-label = Yes\nshopping-survey-q2-radio-2-label = No\nshopping-survey-q2-radio-3-label = I don’t know\n\nshopping-survey-next-button-label = Next\nshopping-survey-submit-button-label = Submit\nshopping-survey-terms-link = Terms of use\nshopping-survey-thanks =\n .heading = Thanks for your feedback!\n\n## Shopping opted-out survey strings\n## Opt-out survey options are displayed as checkboxes and the user can select one or many.\n\nshopping-survey-opted-out-multiselect-label = Please let us know why you turned off Review Checker. Select multiple if needed.\nshopping-survey-thanks-title = Thanks for your feedback!\n\nshopping-survey-opted-out-hard-to-understand = It’s hard to understand\nshopping-survey-opted-out-too-slow = It’s too slow\nshopping-survey-opted-out-not-accurate = It’s not accurate\nshopping-survey-opted-out-not-helpful = It’s not helpful to me\nshopping-survey-opted-out-check-myself = I’d rather check reviews myself\nshopping-survey-opted-out-other = Other\n\n## Shopping Feature Callout strings.\n## \"price tag\" refers to the price tag icon displayed in the address bar to\n## access the feature.\n\nshopping-callout-closed-opted-in-subtitle = Get back to Review Checker whenever you see the price tag.\n\nshopping-callout-pdp-opted-in-title = Are these reviews reliable? Find out fast.\nshopping-callout-pdp-opted-in-subtitle = Open Review Checker to see an adjusted rating with unreliable reviews removed. Plus, see highlights from recent authentic reviews.\n\nshopping-callout-closed-not-opted-in-title = One click to reliable reviews\nshopping-callout-closed-not-opted-in-subtitle = Give Review Checker a try whenever you see the price tag. Get insights from real shoppers quickly — before you buy.\n\nshopping-callout-closed-not-opted-in-revised-title = One click to trustworthy reviews\nshopping-callout-closed-not-opted-in-revised-subtitle = Just click the price tag icon in the address bar to get back to Review Checker.\nshopping-callout-closed-not-opted-in-revised-button = Got it\n\nshopping-callout-not-opted-in-reminder-title = Shop with confidence\nshopping-callout-not-opted-in-reminder-subtitle = Not sure if a product’s reviews are real or fake? Review Checker from { -brand-product-name } can help.\nshopping-callout-not-opted-in-reminder-open-button = Open Review Checker\nshopping-callout-not-opted-in-reminder-close-button = Dismiss\nshopping-callout-not-opted-in-reminder-ignore-checkbox = Don’t show again\nshopping-callout-not-opted-in-reminder-img-alt =\n .aria-label = Abstract illustration of three product reviews. One has a warning symbol indicating it may not be trustworthy.\n\nshopping-callout-disabled-auto-open-title = Review Checker is now closed by default\nshopping-callout-disabled-auto-open-subtitle = Click the price tag icon in the address bar whenever you want to see if you can trust a product’s reviews.\nshopping-callout-disabled-auto-open-button = Got it\n\nshopping-callout-opted-out-title = Review Checker is off\nshopping-callout-opted-out-subtitle = To turn it back on, click the price tag icon in the address bar and follow the prompts.\nshopping-callout-opted-out-button = Got it\n\n## Onboarding message strings.\n\nshopping-onboarding-headline = Try our trusted guide to product reviews\n\n# Dynamic subtitle. Sites are limited to Amazon, Walmart or Best Buy.\n# Variables:\n# $currentSite (str) - The current shopping page name\n# $secondSite (str) - A second shopping page name\n# $thirdSite (str) - A third shopping page name\nshopping-onboarding-dynamic-subtitle-1 = See how reliable product reviews are on { $currentSite } before you buy. Review Checker, an experimental feature from { -brand-product-name }, is built right into the browser. It works on { $secondSite } and { $thirdSite }, too.\n\n# Subtitle for countries where we only support one shopping website (e.g. currently used in FR/DE with Amazon)\n# Variables:\n# $currentSite (str) - The current shopping page name\nshopping-onboarding-single-subtitle = See how reliable product reviews are on { $currentSite } before you buy. Review Checker, an experimental feature from { -brand-product-name }, is built right into the browser.\n\nshopping-onboarding-body = Using the power of { -fakespot-brand-full-name }, we help you avoid biased and inauthentic reviews. Our AI model is always improving to protect you as you shop. Learn more\nshopping-onboarding-opt-in-privacy-policy-and-terms-of-use3 = By selecting “{ shopping-onboarding-opt-in-button }“ you agree to { -brand-product-name }’s privacy policy and { -fakespot-brand-name }’s terms of use.\nshopping-onboarding-opt-in-button = Yes, try it\nshopping-onboarding-not-now-button = Not now\nshopping-onboarding-dialog-close-button =\n .title = Close\n .aria-label = Close\n\n# Aria-label to make the \"steps\" of the shopping onboarding container visible to screen readers.\n# Variables:\n# $current (Int) - Number of the current page\n# $total (Int) - Total number of pages\nshopping-onboarding-welcome-steps-indicator-label =\n .aria-label = Progress: step { $current } of { $total }\n";
/***/ })
diff --git a/docs/iframe.html b/docs/iframe.html
index a8b585b..45f81f9 100644
--- a/docs/iframe.html
+++ b/docs/iframe.html
@@ -541,4 +541,4 @@
window['DOCS_OPTIONS'] = {"defaultName":"Docs","autodocs":"tag"};