diff options
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r-- | Assistant/Alert.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index a2f5db4e3..7eb8550cc 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -286,9 +286,9 @@ sanityCheckFixAlert msg = Alert alerthead = "The daily sanity check found and fixed a problem:" alertfoot = "If these problems persist, consider filing a bug report." -pairRequestAlert :: AlertButton -> Alert -pairRequestAlert button = baseActivityAlert - { alertData = [ UnTensed "Pairing request in progress" ] +pairingAlert :: AlertButton -> Alert +pairingAlert button = baseActivityAlert + { alertData = [ UnTensed "Pairing in progress" ] , alertPriority = High , alertButton = Just button } |