fix: #4182 pull snapshot icon (#4211)

This commit is contained in:
Filipe Freire 2021-11-11 12:52:34 +00:00 committed by GitHub
parent c0aaa8f64f
commit 42f8e0d349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -602,7 +602,7 @@ class UnconnectedSyncDropdown extends PureComponent<Props, State> {
</Fragment>
) : (
<Fragment>
<i className="fa fa-cloud-upload" /> Pull {behind || ''} Snapshot
<i className="fa fa-cloud-download" /> Pull {behind || ''} Snapshot
{behind === 1 ? '' : 's'}
</Fragment>
)}