-
Notifications
You must be signed in to change notification settings - Fork 19
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
Display important copy to warn about Award Reputation #3357
Conversation
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. Nice job!
</div> | ||
</DialogSection> | ||
{!isSmiteAction && <hr className={styles.divider} />} |
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.
Not a big fan of hr
elements, but you used it correctly in this instance, so I can't even nit pick it :P
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 👌
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.
Good that you've fixed the inconsistencies in the namings & descriptions - nice catch!
19b975a
to
f497266
Compare
Description
This PR displays copy to warn about exercising caution when using Award Reputation (not shown on Smite dialog).
I added a few extra minor fixes that were bothering me as i frequently navigated to the dialog. These include:
1- (Award) reputation should be capitalised
2- Smite should be 'Smite Reputation'
3- Within the descriptions capitalisation of 'reputation' should consistent
4-(in Smite dialog) Title currently 'Smite' should be 'Smite Reputation'
Resolves #3337