Skip to content

Commit 540131a

Browse files
committed
remove dupes
1 parent a0c6fb7 commit 540131a

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
@@ -1013,8 +1013,6 @@
10131013
},
10141014
"github": {
10151015
"title": "GitHub",
1016-
"connect": "Connect",
1017-
"disconnect": "Disconnect",
10181016
"connected_as": "Connected as {username}",
10191017
"connect_prompt": "Connect your GitHub account to star repositories directly from npmx."
10201018
}

i18n/schema.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3043,12 +3043,6 @@
30433043
"title": {
30443044
"type": "string"
30453045
},
3046-
"connect": {
3047-
"type": "string"
3048-
},
3049-
"disconnect": {
3050-
"type": "string"
3051-
},
30523046
"connected_as": {
30533047
"type": "string"
30543048
},

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)