diff --git a/packages/hoppscotch-app/components/http/TestResult.vue b/packages/hoppscotch-app/components/http/TestResult.vue index 0e3bc899..c7135260 100644 --- a/packages/hoppscotch-app/components/http/TestResult.vue +++ b/packages/hoppscotch-app/components/http/TestResult.vue @@ -63,7 +63,7 @@ {{ - ` \xA0 — \xA0test ${ + ` \xA0 — \xA0 ${ result.status === "pass" ? $t("test.passed") : $t("test.failed")