Skip to content

Commit

Permalink
backup settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalmi committed Aug 19, 2023
1 parent b75c3e6 commit fb0383e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/js/views/settings/Backup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const Backup = () => {
</button>
</p>
<p>
{t('locally_stored_events')} ({eventCount}):
{t('all_locally_stored_events')} ({eventCount}):
</p>
<p>
<button
Expand Down Expand Up @@ -242,10 +242,6 @@ const Backup = () => {
))}
</>
)}
<hr />
<p>
Locally stored events (IndexedDB): <b>{eventCount}</b>
</p>
</>
);
};
Expand Down

0 comments on commit fb0383e

Please sign in to comment.