pair request alert tweaks
This commit is contained in:
parent
690b424cad
commit
ded8517545
2 changed files with 7 additions and 7 deletions
|
@ -288,10 +288,10 @@ sanityCheckFixAlert msg = Alert
|
|||
pairRequestAlert :: String -> String -> AlertButton -> Alert
|
||||
pairRequestAlert repo msg button = Alert
|
||||
{ alertClass = Message
|
||||
, alertHeader = Just $ tenseWords ["Pair request"]
|
||||
, alertHeader = Nothing
|
||||
, alertMessageRender = tenseWords
|
||||
, alertData = [UnTensed $ T.pack msg]
|
||||
, alertBlockDisplay = True
|
||||
, alertBlockDisplay = False
|
||||
, alertPriority = High
|
||||
, alertClosable = True
|
||||
, alertIcon = Just InfoIcon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue