Skip to content

Commit a7b0d36

Browse files
committed
remove dupes
1 parent 63a30cd commit a7b0d36

5 files changed

Lines changed: 2 additions & 14 deletions

File tree

app/components/Header/GitHubModal.client.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function handleConnect() {
2020
</div>
2121
</div>
2222
<ButtonBase class="w-full" @click="logout">
23-
{{ $t('auth.github.disconnect') }}
23+
{{ $t('auth.modal.disconnect') }}
2424
</ButtonBase>
2525
</div>
2626

@@ -33,7 +33,7 @@ function handleConnect() {
3333
classicon="i-simple-icons:github"
3434
@click="handleConnect"
3535
>
36-
{{ $t('auth.github.connect') }}
36+
{{ $t('auth.modal.connect') }}
3737
</ButtonBase>
3838
</div>
3939
</Modal>

i18n/locales/en.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -946,8 +946,6 @@
946946
},
947947
"github": {
948948
"title": "GitHub",
949-
"connect": "Connect",
950-
"disconnect": "Disconnect",
951949
"connected_as": "Connected as {username}",
952950
"connect_prompt": "Connect your GitHub account to star repositories directly from npmx."
953951
}

i18n/schema.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2842,12 +2842,6 @@
28422842
"title": {
28432843
"type": "string"
28442844
},
2845-
"connect": {
2846-
"type": "string"
2847-
},
2848-
"disconnect": {
2849-
"type": "string"
2850-
},
28512845
"connected_as": {
28522846
"type": "string"
28532847
},

lunaria/files/en-GB.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,8 +945,6 @@
945945
},
946946
"github": {
947947
"title": "GitHub",
948-
"connect": "Connect",
949-
"disconnect": "Disconnect",
950948
"connected_as": "Connected as {username}",
951949
"connect_prompt": "Connect your GitHub account to star repositories directly from npmx."
952950
}

lunaria/files/en-US.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,8 +945,6 @@
945945
},
946946
"github": {
947947
"title": "GitHub",
948-
"connect": "Connect",
949-
"disconnect": "Disconnect",
950948
"connected_as": "Connected as {username}",
951949
"connect_prompt": "Connect your GitHub account to star repositories directly from npmx."
952950
}

0 commit comments

Comments
 (0)