Change wording

This commit is contained in:
Mattias Granlund 2023-07-24 17:07:19 +01:00
parent c7d89bbc19
commit 4e0d236cdb

View File

@ -128,7 +128,7 @@
<div class="flex flex-row items-center space-x-2">
{#if $project?.api?.sync}
<div class="h-2 w-2 rounded-full bg-green-700" />
<span>backed up</span>
<span>online</span>
{:else}
<div class="h-2 w-2 rounded-full bg-red-700" />
<span class="text-light-600 dark:text-dark-200">offline</span>