[WEB-3368] feat: enhance workspace invitations with copyable invite links (#6601)
* feat: invitation link url * feat: copy invite link from workspace invitations list * invitation reponse cleanup and logo url fix --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
This commit is contained in:
parent
39ecfbe7e1
commit
3528d2c934
14 changed files with 142 additions and 87 deletions
|
|
@ -842,7 +842,9 @@
|
|||
"disconnect": "切断",
|
||||
"disconnecting": "切断中",
|
||||
"installing": "インストール中",
|
||||
"install": "インストール"
|
||||
"install": "インストール",
|
||||
"pending": "保留中",
|
||||
"invite": "招待"
|
||||
},
|
||||
|
||||
"form": {
|
||||
|
|
@ -1448,6 +1450,7 @@
|
|||
"members": {
|
||||
"title": "メンバー",
|
||||
"add_member": "メンバーを追加",
|
||||
"pending_invites": "保留中の招待",
|
||||
"invitations_sent_successfully": "招待が正常に送信されました",
|
||||
"leave_confirmation": "ワークスペースから退出してもよろしいですか?このワークスペースにアクセスできなくなります。この操作は取り消せません。",
|
||||
"details": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue