diff --git a/notifications_client.py b/notifications_client.py index 4eb40c1bb..33a911e13 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -439,7 +439,7 @@ def _showLocalBox(notifyJson: {}, boxName: str, if not index: print('') - sayStr = 'You have no ' + boxName + ' posts yet.' + sayStr = indent + 'You have no ' + boxName + ' posts yet.' _sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak) print('') return False