Fix #378: alert message not visible with dark theme when using external login.

This commit is contained in:
John Livingston 2024-05-03 12:11:07 +02:00
parent fa244824d3
commit a1991708f9
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
### Minor changes and fixes
* Fix #378: alert message not visible with dark theme when using external login.
* Translation updates: french, croatian, deutsch, japanese.
* Minor JS fix.

View File

@ -178,7 +178,7 @@ export const tplExternalLoginModal = (el, o) => {
}
${!o.remote_peertube_try_anyway_url
? ''
: html`<div class="form-text">
: html`<div>
${
// eslint-disable-next-line no-undef
__(LOC_login_remote_peertube_video_not_found_try_anyway)