Skip to content

Commit

Permalink
Options: Correct style on Rules Test title. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
juharris authored May 9, 2021
1 parent b2b38f8 commit f087ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The short_name (maximum of 12 characters recommended) is a short version of the app's name"
},
"appDescription": {
"message": "Automatically reply to messages in Teams.",
"message": "Automatically reply to messages in Microsoft Teams.",
"description": "The description of the application"
},
"browserActionTitle": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"message": "🌐 Add App"
},
"saveInstructions": {
"message": "After saving, you must refresh the tab of your chat application for the changes to take effect."
"message": "After saving, you must refresh the tab of your chat application for the changes to take effect. If you're using the Edge browser, then you should make sure your tab does not get put to sleep. Go to edge://settings/?search=sleep if you have sleeping tabs enabled, then make sure that teams.microsoft.com (or teams.live.com if you're using that) is added to the list of sites not to put to sleep."
},
"saveRules": {
"message": "Save Rules"
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/components/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class Options extends React.Component<WithStyles<typeof styles>, {
}

return <div className={classes.section}>
<Typography component="h5" variant="h5" className={classes.instructions}>
<Typography component="h5" variant="h5">
{getMessage('testRulesSectionTitle')}
</Typography>
<FormControl className={classes.radioSelection} component="fieldset">
Expand Down

0 comments on commit f087ea2

Please sign in to comment.