From 8f35ebe07be93563f35c08f61e12311811da5078 Mon Sep 17 00:00:00 2001 From: Tyler Burnshaw Date: Fri, 4 Nov 2016 01:19:32 -0300 Subject: [PATCH] Adjusted wording of cache faq --- Frequently-Asked-Questions-(FAQ).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index bce8ac4..98daf92 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -33,7 +33,7 @@ ## Notifications * [I can't get Notifications working! Is there a magic trick?](#notifications-q1) -* [My tests are successful, but the notification isn't sent and there's nothing in the logs](#notifications-q10) +* [My tests say they are successful, but the notification isn't sent and there's nothing in the logs.](#notifications-q10) * [Can I disable notifications for a specific user/library?](#notifications-q2) * [Can I disable recently added notifications for TV Shows/Movies?](#notifications-q3) * [All my recently added notifications are showing `S00E01`.](#notifications-q4) @@ -219,7 +219,7 @@ If the item can't be found then you can flush the temporary sessions database in #### Q: I can't get Notifications working! Is there a magic trick? **A:** To be honest: Yes. To be very honest: No. You probably forgot to click on the gray bell icon next to the Notification Agent. On the popup you have to check for which notification the selected agent should be used for. After you checked at least one notification type and clicked on Close the bell turns satisfying orange-ish. Also, make sure the "Global Notification Toggles" are enabled under Settings > Notifications. -#### Q: My tests are successful, but the notification isn't sent and there's nothing in the logs. +#### Q: My tests say they are successful, but the notification isn't sent and there's nothing in the logs. **A:** Sometimes the browser cache will cause problems with the tests. Press Ctrl+F5 on your keyboard, then retry the test. It should now work. #### Q: Can I disable notifications for a specific user/library?