@@ -846,11 +846,11 @@ userNotifyFeature ServerEnv{serverBaseURI, serverCron}
846
846
(Admin_GroupAddUser tn (MaintainerGroup pkg)) -> Just $
847
847
" Group modified by " ++ formatTimeUser users time uid ++ " :\n " ++
848
848
display (Users. userIdToName users tn) ++ " added to maintainers for " ++ BS. unpack pkg ++
849
- " \n " ++ " reason : " ++ BS. unpack descr
849
+ " \n " ++ " Reason : " ++ BS. unpack descr
850
850
(Admin_GroupDelUser tn (MaintainerGroup pkg)) -> Just $
851
851
" Group modified by " ++ formatTimeUser users time uid ++ " :\n " ++
852
852
display (Users. userIdToName users tn) ++ " removed from maintainers for " ++ BS. unpack pkg ++
853
- " \n " ++ " reason : " ++ BS. unpack descr
853
+ " \n " ++ " Reason : " ++ BS. unpack descr
854
854
_ -> Nothing
855
855
856
856
describeDocReport (pkg, doc) =
@@ -860,9 +860,9 @@ userNotifyFeature ServerEnv{serverBaseURI, serverCron}
860
860
else " Build failed."
861
861
862
862
describeTagProposal (pkgName, (addTags, delTags)) =
863
- " Pending tag propasal for " ++ display pkgName ++ " :\n " ++
864
- " Addition : " ++ showTags addTags ++ " \n " ++
865
- " Deletion : " ++ showTags delTags
863
+ " Pending tag proposal for " ++ display pkgName ++ " :\n " ++
864
+ " Additions : " ++ showTags addTags ++ " \n " ++
865
+ " Deletions : " ++ showTags delTags
866
866
where
867
867
showTags = intercalate " , " . map display . Set. toList
868
868
0 commit comments