Skip to content

Commit

Permalink
Fix build log message
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi committed Oct 27, 2020
1 parent bb813e9 commit 34333b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-ui.v2/src/Components/PagePackage.purs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ component = H.lifecycleComponent
arrKeys = Arr.concat (SM.keys <$> sRU)
logs = case summ.crsT of
"pf" -> sRS
"se" -> "There is exist at least one build log. Please click the button above"
"se" -> "There is at least one build log. Please click the button above"
_ -> ""
sObj = SM.singleton "name" (Arg.encodeJson pkgname)
jObj = F.toForeign (SM.insert "index" (Arg.encodeJson idxstate) sObj)
Expand Down

0 comments on commit 34333b2

Please sign in to comment.