aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Alert.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r--Assistant/Alert.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs
index bc20b59ff..c66621836 100644
--- a/Assistant/Alert.hs
+++ b/Assistant/Alert.hs
@@ -214,10 +214,10 @@ syncAlert rs = baseActivityAlert
, alertPriority = Low
}
-scanAlert :: Remote -> Alert
-scanAlert r = baseActivityAlert
+scanAlert :: [Remote] -> Alert
+scanAlert rs = baseActivityAlert
{ alertHeader = Just $ tenseWords
- [Tensed "Scanning" "Scanned", showRemotes [r]]
+ [Tensed "Scanning" "Scanned", showRemotes rs]
, alertBlockDisplay = True
, alertPriority = Low
}