Fix #378: alert message not visible with dark theme when using external login.
This commit is contained in:
parent
fa244824d3
commit
a1991708f9
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user