Merge pull request #3953 from gitbutlerapp/Rename-remote-upstream-to-remote

Rename "remote upstream" to "remote"
This commit is contained in:
Caleb Owens 2024-06-02 17:36:15 +02:00 committed by GitHub
commit f32e45dc21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,7 @@
{#if first}
<div class="commit__type text-semibold text-base-12">
{#if type == 'upstream'}
Remote upstream <Icon name="remote" />
Remote <Icon name="remote" />
{:else if type == 'local'}
Local <Icon name="local" />
{:else if type == 'remote'}