File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
projects/app/src/pageComponents/account/team Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7474 "user_team_leave_team" : " 离开团队" ,
7575 "user_team_leave_team_failed" : " 离开团队失败" ,
7676 "waiting" : " 待接受" ,
77- "invitation_copy_link" : " 【{{systemName}}】 {{userName}} 邀请您加入{{teamName}}团队,链接:{{url}}"
77+ "invitation_copy_link" : " 【{{systemName}}】 {{userName}} 邀请您加入{{teamName}}团队,链接:{{url}}" ,
78+ "please_bind_contact" : " 请绑定联系方式"
7879}
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ function EditModal({
142142 width = { 'fit-content' }
143143 >
144144 < Icon name = "common/info" w = "1rem" />
145- < Box width = "fit-content" > { t ( 'account_info :please_bind_contact' ) } </ Box >
145+ < Box width = "fit-content" > { t ( 'account_team :please_bind_contact' ) } </ Box >
146146 </ HStack >
147147 ) ;
148148 } ) ( ) }
You can’t perform that action at this time.
0 commit comments