Skip to content

Commit 650ee19

Browse files
committed
Fix build log message
Signed-off-by: Simon Jakobi <[email protected]>
1 parent bb813e9 commit 650ee19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ui.v2/src/Components/PagePackage.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ component = H.lifecycleComponent
335335
arrKeys = Arr.concat (SM.keys <$> sRU)
336336
logs = case summ.crsT of
337337
"pf" -> sRS
338-
"se" -> "There is exist at least one build log. Please click the button above"
338+
"se" -> "There is at least one build log. Please click the button above"
339339
_ -> ""
340340
sObj = SM.singleton "name" (Arg.encodeJson pkgname)
341341
jObj = F.toForeign (SM.insert "index" (Arg.encodeJson idxstate) sObj)

0 commit comments

Comments
 (0)