Skip to content

Commit

Permalink
Unboldened app name in Donate modal ↞ [auto-sync from `adamlui/chatgp…
Browse files Browse the repository at this point in the history
…t-apps/chatgpt-widescreen/greasemonkey`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 30, 2024
1 parent e01bb2a commit 03e6af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/chatgpt-widescreen-mode.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
// @description:zu Engeza izinhlobo zezimodi ze-Widescreen + Fullscreen ku-ChatGPT ukuze kube nokubonakala + ukuncitsha ukusukela
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.9.30.5
// @version 2024.9.30.6
// @license MIT
// @compatible chrome
// @compatible firefox
Expand Down Expand Up @@ -582,7 +582,7 @@
// Show alert
const donateModalID = siteAlert(
`💖 ${app.msgs.alert_showYourSupport}`, // title
`<p><b>${app.msgs.appName}</b> ${app.msgs.alert_isOSS}.</p>`
`<p>${app.msgs.appName} ${app.msgs.alert_isOSS}.</p>`
+ `<p>${app.msgs.alert_despiteAffliction} `
+ `<a target="_blank" rel="noopener" href="${modals.donate.longCOVIDwikiLink}">${app.msgs.alert_longCOVID}</a> `
+ `${app.msgs.alert_since2020}, ${app.msgs.alert_byDonatingResults}.</p>`
Expand Down

0 comments on commit 03e6af2

Please sign in to comment.