Iterate copy
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
f91565c231
commit
81c7660bf5
2 changed files with 2 additions and 1 deletions
|
@ -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>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue