diff options
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r-- | Assistant/Alert.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index 8d9455e66..9e36ea693 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -317,7 +317,7 @@ pairRequestReceivedAlert who button = Alert pairRequestAcknowledgedAlert :: String -> Maybe AlertButton -> Alert pairRequestAcknowledgedAlert who button = baseActivityAlert - { alertData = ["Pair request with", UnTensed (T.pack who), Tensed "in progress" "complete"] + { alertData = ["Pairing with", UnTensed (T.pack who), Tensed "in progress" "complete"] , alertPriority = High , alertCombiner = Just $ dataCombiner $ \_old new -> new , alertButton = button |