mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Improve archive helper text
This commit is contained in:
committed by
Josh Perez
parent
28c1346a25
commit
e150353f3f
@@ -117,7 +117,9 @@ export class LeftPaneArchiveHelper extends LeftPaneHelper<LeftPaneArchivePropsTy
|
||||
|
||||
return (
|
||||
<div className="module-left-pane__archive-helper-text">
|
||||
{i18n('archiveHelperText')}
|
||||
{this.getRowCount() > 0
|
||||
? i18n('archiveHelperText')
|
||||
: i18n('noArchivedConversations')}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user