Iterate copy

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-04-17 12:25:16 +01:00
parent f91565c231
commit 81c7660bf5
2 changed files with 2 additions and 1 deletions

View file

@ -140,7 +140,7 @@ export default class BugReportDialog extends React.Component {
let warning;
if (window.Modernizr && Object.values(window.Modernizr).some(support => support === false)) {
warning = <p><b>
{ _t("Your browser is unsupported, you accepted that things may not work.") }
{ _t("Reminder: Your browser is unsupported, so your experience may be unpredictable.") }
</b></p>;
}