-
Notifications
You must be signed in to change notification settings - Fork 975
Conversation
tabCloseActionParent=Parent tab | ||
tabCloseActionLastActive=Select the last viewed tab | ||
tabCloseActionNext=Select the next tab | ||
tabCloseActionFirst=Select the first tab |
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.
"Select the first tab" should be removed.
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.
Removed
tabCloseActionLastActive=Select the last viewed tab | ||
tabCloseActionNext=Select the next tab | ||
tabCloseActionFirst=Select the first tab | ||
tabCloseActionParent=Select it's parent tab |
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.
"Select it's parent tab" should be "Select its parent tab".
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.
whoops! good catch.
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
b805697
to
3703e56
Compare
@bradleyrichter @liunkae updated, please review it again |
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.
Looks good to me.
Actually, please squash the commits first. Then we'll be ready to merge. 😉 |
Resolves brave#6960 Auditors: @bradleyrichter Test Plan: - text's for close tab section should be the same as image attached to the original issue
030e790
to
23374c4
Compare
@liunkae rebase done |
Most tests passed with CI; I re-ran each of the failed ones on my machine and they are passing. Merging! |
Test Plan
text's for close tab section should be the same as image attached to the original issue
git rebase -i
to squash commits (if needed).Resolves #6960
Auditors
@bradleyrichter