mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
Remove color from test result messages
Bug: T360730 Change-Id: I0861d8ae1d6f7c2c0cdbb86135200a1916b3aa3a
This commit is contained in:
parent
7471130cf1
commit
4d42d55ab2
|
@ -86,9 +86,9 @@
|
|||
"math_syntax_error": "syntax error",
|
||||
"math_timeout": "$1 timeout from \"$2\".",
|
||||
"math-test-end": "Backend tests for rendering mode ''$1'' completed.",
|
||||
"math-test-fail": "Test ''$1'' <span style=\"color:red\">failed</span>.",
|
||||
"math-test-fail": "Test ''$1'' failed.",
|
||||
"math-test-start": "Running backend tests for rendering mode ''$1''.",
|
||||
"math-test-success": "Test ''$1'' <span style=\"color:green\">succeeded</span>.",
|
||||
"math-test-success": "Test ''$1'' succeeded.",
|
||||
"math-test-contains-diff": "Returned string $1 does not contain expected string $2.",
|
||||
"math-test-equals-diff": "Returned string $1 is different from expected string $2.",
|
||||
"math-tracking-category-error": "Pages with math errors",
|
||||
|
|
Loading…
Reference in a new issue