File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 325325 "message" : " Sign in (Business)" ,
326326 "description" : " Sign in to 3rd party storage services"
327327 },
328+ "onedrive_business_perms" : {
329+ "message" : " Why do business accounts require more permissions?"
330+ },
328331 "log_out" : {
329332 "message" : " Logout" ,
330333 "description" : " Sign out of 3rd party storage services"
Original file line number Diff line number Diff line change 2929 <a-button v-show =" !backupToken" @click =" getBackupToken(true)" >
3030 {{ i18n.sign_in_business }}
3131 </a-button >
32+ <div class =" text" v-show =" !backupToken" >
33+ <a href =" https://authenticator.cc/docs/en/onedrive-perms" >{{
34+ i18n.onedrive_business_perms
35+ }}</a >
36+ </div >
3237 <a-button v-show =" backupToken" @click =" backupUpload()" >
3338 {{ i18n.manual_dropbox }}
3439 </a-button >
You can’t perform that action at this time.
0 commit comments