Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2168 Use a different l10n string for sites opened in no container #2391

Merged
merged 1 commit into from Aug 1, 2022

Conversation

dannycolin
Copy link
Collaborator

If you assign a website to the Personal container and open the same website in the Work container, it will show you a confirmation page where the left button shows "Open in Work Container".

However, if the current tab in which you open the website isn't a container, it will show "Open in Container" because the code returns a null value for the container name.

This patch fixes this by showing a different message for this situation by adding a new l10n string (openInNoContainer).

@dannycolin dannycolin marked this pull request as ready for review July 21, 2022 18:59
@dannycolin dannycolin linked an issue Jul 21, 2022 that may be closed by this pull request
src/js/confirm-page.js Outdated Show resolved Hide resolved
src/confirm-page.html Show resolved Hide resolved
@groovecoder groovecoder merged commit 4508c94 into mozilla:main Aug 1, 2022
Nomes77 added a commit to Nomes77/multi-account-containers that referenced this pull request Aug 8, 2022
Nomes77 added a commit to Nomes77/multi-account-containers that referenced this pull request Aug 8, 2022
Nomes77 added a commit to Nomes77/multi-account-containers that referenced this pull request Aug 8, 2022
Nomes77 added a commit to Nomes77/multi-account-containers that referenced this pull request Aug 8, 2022
Nomes77 added a commit to Nomes77/multi-account-containers that referenced this pull request Aug 8, 2022
Nomes77 added a commit to Nomes77/multi-account-containers that referenced this pull request Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[l10n] String openInContainer is reused for no container
2 participants