We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e8171 commit 6b28fa3Copy full SHA for 6b28fa3
webviews/components/mr/StatusCheck.tsx
@@ -59,7 +59,7 @@ function StatusCheck(props: Props) {
59
);
60
})
61
) : (
62
- <li>No Job for now</li>
+ <li>No related job(s) found</li>
63
)}
64
</ul>
65
</>
0 commit comments