Improve requirements wording, fixes #56
This commit is contained in:
parent
47838b1bd9
commit
de09c950d5
@ -48,7 +48,7 @@ prettyRequirements :: Requirements -> T.Text
|
|||||||
prettyRequirements Requirements {..} =
|
prettyRequirements Requirements {..} =
|
||||||
let d = if not . null $ _distroPKGs
|
let d = if not . null $ _distroPKGs
|
||||||
then
|
then
|
||||||
"\n Install the following distro packages: "
|
"\n Please install the following distro packages: "
|
||||||
<> T.intercalate " " _distroPKGs
|
<> T.intercalate " " _distroPKGs
|
||||||
else ""
|
else ""
|
||||||
n = if not . T.null $ _notes then "\n Note: " <> _notes else ""
|
n = if not . T.null $ _notes then "\n Note: " <> _notes else ""
|
||||||
|
Loading…
Reference in New Issue
Block a user