Skip to content

Commit

Permalink
feat: change last sync text
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcl-io committed Mar 16, 2021
1 parent a0c8f80 commit f7708a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Dialogs/CloudSync/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const CloudSync = () => {
{typeof user?.cloudLastSynced === 'number' && (
<ListItem>
<ListItemText
primary='Last Synced'
primary='Last Full Sync'
secondary={`${lastSyncTime.fromNow}${lastSyncTime.exact}`}
/>
</ListItem>
Expand Down

0 comments on commit f7708a7

Please sign in to comment.