0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 15:39:50 -05:00

Merge branch 'iprithvitharun-2588-invitations-page-improvements' into develop

This commit is contained in:
Andrey Antukh 2022-11-24 16:53:16 +01:00
commit 399d57ace0
2 changed files with 4 additions and 4 deletions

View file

@ -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])]]))

View file

@ -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"