diff --git a/notifications_client.py b/notifications_client.py index 6a3ed44e7..9b5135106 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -449,7 +449,10 @@ def _showLocalBox(notifyJson: {}, boxName: str, print(indent + titleStr + '\n') if not index: - sayStr = indent + 'You have no ' + boxName + ' posts yet.' + boxStr = boxName + if boxName == 'dm': + boxStr = 'DM' + sayStr = indent + 'You have no ' + boxStr + ' posts yet.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) print('') return False