From f087ea219303ae1c4f1a23e819a4a80dcdf7621a Mon Sep 17 00:00:00 2001 From: "Justin D. Harris" Date: Sun, 9 May 2021 15:11:12 -0400 Subject: [PATCH] Options: Correct style on Rules Test title. (#6) --- app/_locales/en/messages.json | 4 ++-- app/scripts/components/Options.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index f9f35c2..52b5af6 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -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": { @@ -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" diff --git a/app/scripts/components/Options.tsx b/app/scripts/components/Options.tsx index 414c2df..c76a4a3 100644 --- a/app/scripts/components/Options.tsx +++ b/app/scripts/components/Options.tsx @@ -413,7 +413,7 @@ class Options extends React.Component, { } return
- + {getMessage('testRulesSectionTitle')}