Skip to content

Commit

Permalink
Localized state word in Auto-Refresh notif on 1st load
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Nov 23, 2024
1 parent 9d13783 commit ab985b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
// @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.11.22.14
// @version 2024.11.22.15
// @license MIT
// @match *://chatgpt.com/*
// @match *://chat.openai.com/*
Expand Down Expand Up @@ -799,7 +799,7 @@
// Activate AUTO-REFRESH on first visit if enabled
if (!config.arDisabled) {
chatgpt.autoRefresh.activate(config.refreshInterval)
notify(`${app.msgs.menuLabel_autoRefresh}: ON`)
notify(`${app.msgs.menuLabel_autoRefresh}: ${app.msgs.state_on}`)
}

// Monitor NODE CHANGES to maintain sidebar toggle visibility
Expand Down

0 comments on commit ab985b7

Please sign in to comment.