File tree Expand file tree Collapse file tree 5 files changed +2
-14
lines changed
Expand file tree Collapse file tree 5 files changed +2
-14
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments