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 bb813e9 commit 650ee19Copy full SHA for 650ee19
src-ui.v2/src/Components/PagePackage.purs
@@ -335,7 +335,7 @@ component = H.lifecycleComponent
335
arrKeys = Arr.concat (SM.keys <$> sRU)
336
logs = case summ.crsT of
337
"pf" -> sRS
338
- "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"
339
_ -> ""
340
sObj = SM.singleton "name" (Arg.encodeJson pkgname)
341
jObj = F.toForeign (SM.insert "index" (Arg.encodeJson idxstate) sObj)
0 commit comments