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