File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
chromium/extension/components
firefox/extension/components Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ window.modals = {
28
28
// Show modal
29
29
const aboutModal = modals . alert (
30
30
`${ this . imports . app . symbol } ${ this . getMsg ( 'appName' ) } ` , // title
31
- `🧠 ${ this . getMsg ( 'about_author' ) } : ` // msg
31
+ `<b> 🧠 ${ this . getMsg ( 'about_author' ) } :</b> ` // msg
32
32
+ `<a href="${ this . imports . app . author . url } ">${ this . getMsg ( 'appAuthor' ) } </a> ${ this . getMsg ( 'about_and' ) } `
33
33
+ ` <a href="${ this . imports . app . urls . contributors } ">${ this . getMsg ( 'about_contributors' ) } </a>\n`
34
- + `🏷️ ${ this . getMsg ( 'about_version' ) } : <span class="about-em">${ this . imports . app . version } </span>\n`
35
- + `📜 ${ this . getMsg ( 'about_openSourceCode' ) } : `
34
+ + `<b> 🏷️ ${ this . getMsg ( 'about_version' ) } :</b> <span class="about-em">${ this . imports . app . version } </span>\n`
35
+ + `<b> 📜 ${ this . getMsg ( 'about_openSourceCode' ) } :</b> `
36
36
+ `<a href="${ this . imports . app . urls . gitHub } " target="_blank" rel="nopener">`
37
37
+ this . imports . app . urls . gitHub + '</a>\n'
38
- + `⚡ ${ this . getMsg ( 'about_poweredBy' ) } : `
38
+ + `<b> ⚡ ${ this . getMsg ( 'about_poweredBy' ) } :</b> `
39
39
+ `<a href="${ this . imports . app . urls . chatgptJS } " target="_blank" rel="noopener">chatgpt.js</a>`
40
40
+ ` v${ this . imports . app . chatgptJSver } ` ,
41
41
modalBtns , '' , 686
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ window.modals = {
28
28
// Show modal
29
29
const aboutModal = modals . alert (
30
30
`${ this . imports . app . symbol } ${ this . getMsg ( 'appName' ) } ` , // title
31
- `🧠 ${ this . getMsg ( 'about_author' ) } : ` // msg
31
+ `<b> 🧠 ${ this . getMsg ( 'about_author' ) } :</b> ` // msg
32
32
+ `<a href="${ this . imports . app . author . url } ">${ this . getMsg ( 'appAuthor' ) } </a> ${ this . getMsg ( 'about_and' ) } `
33
33
+ ` <a href="${ this . imports . app . urls . contributors } ">${ this . getMsg ( 'about_contributors' ) } </a>\n`
34
- + `🏷️ ${ this . getMsg ( 'about_version' ) } : <span class="about-em">${ this . imports . app . version } </span>\n`
35
- + `📜 ${ this . getMsg ( 'about_openSourceCode' ) } : `
34
+ + `<b> 🏷️ ${ this . getMsg ( 'about_version' ) } :</b> <span class="about-em">${ this . imports . app . version } </span>\n`
35
+ + `<b> 📜 ${ this . getMsg ( 'about_openSourceCode' ) } :</b> `
36
36
+ `<a href="${ this . imports . app . urls . gitHub } " target="_blank" rel="nopener">`
37
37
+ this . imports . app . urls . gitHub + '</a>\n'
38
- + `⚡ ${ this . getMsg ( 'about_poweredBy' ) } : `
38
+ + `<b> ⚡ ${ this . getMsg ( 'about_poweredBy' ) } :</b> `
39
39
+ `<a href="${ this . imports . app . urls . chatgptJS } " target="_blank" rel="noopener">chatgpt.js</a>`
40
40
+ ` v${ this . imports . app . chatgptJSver } ` ,
41
41
modalBtns , '' , 686
You can’t perform that action at this time.
0 commit comments