mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
✨ Add several improvements to invitations page
This commit is contained in:
parent
9593ded808
commit
f2525f8159
2 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@
|
|||
[:a {:on-click go-settings} (tr "labels.settings")]]]]
|
||||
[:div.dashboard-buttons
|
||||
(if (and (or invitations-section? members-section?) (:is-admin permissions))
|
||||
[:a.btn-secondary.btn-small {:on-click invite-member :data-test "invite-member"}
|
||||
[:a.btn-primary.btn-small {:on-click invite-member :data-test "invite-member"}
|
||||
(tr "dashboard.invite-profile")]
|
||||
[:div.blank-space])]]))
|
||||
|
||||
|
|
|
@ -460,7 +460,7 @@ msgstr "Uploading file: %s"
|
|||
|
||||
#: src/app/main/ui/dashboard/team.cljs
|
||||
msgid "dashboard.invite-profile"
|
||||
msgstr "Invite to team"
|
||||
msgstr "Invite people"
|
||||
|
||||
#: src/app/main/ui/dashboard/sidebar.cljs, src/app/main/ui/dashboard/sidebar.cljs
|
||||
msgid "dashboard.leave-team"
|
||||
|
@ -1285,11 +1285,11 @@ msgstr "You have no pending comment notifications"
|
|||
|
||||
#: src/app/main/ui/dashboard/team.cljs
|
||||
msgid "labels.no-invitations"
|
||||
msgstr "There are no invitations."
|
||||
msgstr "No pending invitations."
|
||||
|
||||
#: src/app/main/ui/dashboard/team.cljs
|
||||
msgid "labels.no-invitations-hint"
|
||||
msgstr "Press the button \"Invite to team\" to invite more members to this team."
|
||||
msgstr "Click the **Invite people** button to invite people to this team."
|
||||
|
||||
#: src/app/main/ui/static.cljs
|
||||
msgid "labels.not-found.desc-message"
|
||||
|
|
Loading…
Add table
Reference in a new issue