From 6fd628cb9b80926ae678bec26a6677f560cbeea1 Mon Sep 17 00:00:00 2001 From: Lawrence Hook Date: Sun, 19 Feb 2023 13:44:41 -0500 Subject: [PATCH] edit wording --- src/shared/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/main.js b/src/shared/main.js index 1f9f47e..72465a7 100644 --- a/src/shared/main.js +++ b/src/shared/main.js @@ -27,7 +27,7 @@ const SECTIONS = [ defaultValue: false, }, { - name: "Hide the notifications bell", + name: "Hide the notification bell", id: "remove_notif_bell", defaultValue: false, }, @@ -89,7 +89,7 @@ const SECTIONS = [ defaultValue: true }, { - name: "Disable play on hover (page refresh required)", + name: "Disable play on hover (page reload required)", id: "disable_play_on_hover", defaultValue: false },