Fix pluralization in template loading error message
This commit is contained in:
parent
f9ee741b92
commit
e2bcad6209
@ -102,7 +102,7 @@ combine func file isReload tls = do
|
|||||||
, func
|
, func
|
||||||
, " on "
|
, " on "
|
||||||
, show file
|
, show file
|
||||||
, ", but no template were found."
|
, ", but no templates were found."
|
||||||
]
|
]
|
||||||
exps -> return $ DoE $ map NoBindS exps
|
exps -> return $ DoE $ map NoBindS exps
|
||||||
where
|
where
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user