Skip to content

Commit 4497ac5

Browse files
committed
remove dupes
1 parent d59efe6 commit 4497ac5

File tree

5 files changed

+2
-14
lines changed

5 files changed

+2
-14
lines changed

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
@@ -894,8 +894,6 @@
894894
},
895895
"github": {
896896
"title": "GitHub",
897-
"connect": "Connect",
898-
"disconnect": "Disconnect",
899897
"connected_as": "Connected as {username}",
900898
"connect_prompt": "Connect your GitHub account to star repositories directly from npmx."
901899
}

i18n/schema.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,12 +2686,6 @@
26862686
"title": {
26872687
"type": "string"
26882688
},
2689-
"connect": {
2690-
"type": "string"
2691-
},
2692-
"disconnect": {
2693-
"type": "string"
2694-
},
26952689
"connected_as": {
26962690
"type": "string"
26972691
},

lunaria/files/en-GB.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,8 +893,6 @@
893893
},
894894
"github": {
895895
"title": "GitHub",
896-
"connect": "Connect",
897-
"disconnect": "Disconnect",
898896
"connected_as": "Connected as {username}",
899897
"connect_prompt": "Connect your GitHub account to star repositories directly from npmx."
900898
}

lunaria/files/en-US.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,8 +893,6 @@
893893
},
894894
"github": {
895895
"title": "GitHub",
896-
"connect": "Connect",
897-
"disconnect": "Disconnect",
898896
"connected_as": "Connected as {username}",
899897
"connect_prompt": "Connect your GitHub account to star repositories directly from npmx."
900898
}

0 commit comments

Comments
 (0)