mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-26 19:15:25 +03:00
Change wording
This commit is contained in:
parent
c7d89bbc19
commit
4e0d236cdb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user