diff --git a/notifications_client.py b/notifications_client.py index 0c57db7a6..3cebd3748 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -516,6 +516,7 @@ def _showLocalBox(notifyJson: {}, boxName: str, 'Use the \33[3mnext\33[0m and ' + \ '\33[3mprev\33[0m commands to navigate.' sayStr2 = sayStr.replace('\33[3m', '').replace('\33[0m', '') + sayStr2 = sayStr2.replace('show dm', 'show D-M') _sayCommand(sayStr, sayStr2, screenreader, systemLanguage, espeak) if notifyJson: if notifyJson.get('followRequestsList'):