refactor: update wording on the quore report popup

also highlighted one sentence in red
This commit is contained in:
Miodec 2023-11-30 13:59:28 +00:00
parent 080c79865e
commit 896680c80b
2 changed files with 10 additions and 3 deletions

View file

@ -1170,6 +1170,10 @@
margin-bottom: -0.5rem;
}
.red {
color: var(--error-color);
}
// .text {
// // color: var(--sub-color);
// }

View file

@ -718,8 +718,11 @@
<div id="quoteReportPopup" mode="">
<div class="title">Report a Quote</div>
<div class="text">
Please report quotes responsibly. Please add comments in English only.
Misuse may result in you losing access to this feature.
Please report quotes responsibly - misuse may result in you losing access
to this feature.
<br />
<br />
<span class="red">Please add comments in English only.</span>
</div>
<label>quote</label>
<div class="quote"></div>
@ -739,7 +742,7 @@
class="g-recaptcha"
data-sitekey="6Lc-V8McAAAAAJ7s6LGNe7MBZnRiwbsbiWts87aj"
></div>
<div class="button submit">Report</div>
<div class="button submit">report</div>
</div>
</div>
<div id="userReportPopupWrapper" class="popupWrapper hidden">