fix: typo in test result

This commit is contained in:
liyasthomas
2021-10-26 15:36:59 +05:30
parent e2fd104c2d
commit 40f6e6f8a8

View File

@@ -63,7 +63,7 @@
</span> </span>
<span class="text-secondaryLight"> <span class="text-secondaryLight">
{{ {{
` \xA0 — \xA0test ${ ` \xA0 — \xA0 ${
result.status === "pass" result.status === "pass"
? $t("test.passed") ? $t("test.passed")
: $t("test.failed") : $t("test.failed")