-
Notifications
You must be signed in to change notification settings - Fork 18
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
Strings for new container storage clear feature #28
Conversation
From the log it looks like you closed it before force-pushing? The latter never closes an open PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of nits to fix, but otherwise it looks good.
en/messages.json
Outdated
} | ||
}, | ||
"storageWasClearedConfirmation": { | ||
"message": "$containerName$'s storage and cookies were cleared.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"message": "$containerName$'s storage and cookies were cleared.", | |
"message": "$containerName$’s storage and cookies were cleared.", |
en/messages.json
Outdated
}, | ||
"storageWasClearedConfirmation": { | ||
"message": "$containerName$'s storage and cookies were cleared.", | ||
"description": "Error message if cookies could not be cleared in the site manager", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment doesn't match the string
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed now
Hm I'm not entirely sure what happened, I don't recall clicking close but maybe I misclicked somewhere. |
Updated terminology and strings for mozilla/multi-account-containers#2654.
(I think the previous PR closed because I force-pushed?)