Fixing quotes report label for empty quotes.

This commit is contained in:
ruidajo 2023-07-25 21:36:11 -05:00
parent 3148f61eb9
commit 69375d2683
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ quotesReportData
self quotes isEmpty
ifTrue: [ ^ { OrderedDictionary new.
('[''', '0', ''']').
('[''', 'No replies', ''']')} ].
('[''', 'No quotes', ''']')} ].
tempDict := self quotes asMessagesUserNamesSortedByOccurrences.
tempDict size > 10 ifTrue: [