Skip to content

Commit

Permalink
Added space after 🚀 in update alert ↞ [auto-sync from `adamlui/chatgp…
Browse files Browse the repository at this point in the history
…t-apps/autoclear-chatgpt-history`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Aug 21, 2024
1 parent 15031f9 commit d26711e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
// @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.8.21
// @version 2024.8.21.1
// @license MIT
// @icon https://media.autoclearchatgpt.com/images/icons/openai/black/icon48.png?a8868ef
// @icon64 https://media.autoclearchatgpt.com/images/icons/openai/black/icon64.png?a8868ef
Expand Down Expand Up @@ -497,7 +497,7 @@
else if (latestSubVer > currentSubVer) { // if outdated

// Alert to update
const updateModalID = siteAlert(`🚀${ msgs.alert_updateAvail || 'Update available' }!`, // title
const updateModalID = siteAlert(`🚀 ${ msgs.alert_updateAvail || 'Update available' }!`, // title
`${ msgs.alert_newerVer || 'An update to' } ${ config.appName } `
+ ( msgs.appName || config.appName ) + ' '
+ `(v${ latestVer }) ${ msgs.alert_isAvail || 'is available' }! `
Expand Down

0 comments on commit d26711e

Please sign in to comment.