Bug 1920257 - Update strings on profile selector page. r=jhirsch,fluent-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D231554
This commit is contained in:
Niklas Baumgardner
2024-12-10 18:21:48 +00:00
parent 2406690a12
commit 2fd1a3775c
2 changed files with 3 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ export class ProfileSelector extends MozLitElement {
</div>
<moz-checkbox
@click=${this.handleCheckboxToggle}
data-l10n-id="profile-window-checkbox-label"
data-l10n-id="profile-window-checkbox-label-2"
?checked=${this.selectableProfileService.groupToolkitProfile
.showProfileSelector}
></moz-checkbox>`;