-
Notifications
You must be signed in to change notification settings - Fork 974
refined string text for multiple items including change of Bravery to Shields #5421
Conversation
1882444
to
f0f59cd
Compare
There were conflicts; I rebased and resolved them. So changes look like:
Changes LGTM 😄 Assigning to @bbondy per Brad's comment above |
thanks @bsclifton |
@@ -683,7 +683,7 @@ function hamburgerTemplateInit (location, e) { | |||
}, { | |||
label: locale.translation('bravery'), | |||
submenu: [ | |||
CommonMenu.braveryGlobalMenuItem(), | |||
// CommonMenu.braveryGlobalMenuItem(), |
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.
nit: Comment should be aligned with the lines on the same indent level
nit2: You don't ever really need to comment out code since all code is recoverable with git history.
++ merging. |
Noted. Ty.
|
cc @bbondy