Merge pull request #6902 from penpot/andy-clarify-invite-member-message

 Clarify invite member message for existing team members
This commit is contained in:
Andrey Antukh 2025-07-15 15:48:45 +02:00 committed by GitHub
commit f3abd0f190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 8 deletions

View file

@ -7,6 +7,7 @@
### :boom: Breaking changes & Deprecations ### :boom: Breaking changes & Deprecations
### :heart: Community contributions (Thank you!) ### :heart: Community contributions (Thank you!)
- Clarify message when inviting existing team members to make it more user-friendly and clear which invitations will be sent. [Taiga #11441](https://tree.taiga.io/project/penpot/issue/11441)
### :sparkles: New features & Enhancements ### :sparkles: New features & Enhancements
- Add visual indicator for new comments in the workspace [Taiga #11328](https://tree.taiga.io/project/penpot/issue/11328) - Add visual indicator for new comments in the workspace [Taiga #11328](https://tree.taiga.io/project/penpot/issue/11328)
@ -288,7 +289,7 @@ on-premises instances** that want to keep up to date.
### :boom: Breaking changes & Deprecations ### :boom: Breaking changes & Deprecations
Although this is not a breaking change, we believe its important to highlight it in this Although this is not a breaking change, we believe it's important to highlight it in this
section: section:
This release includes a fix for an internal bug in Penpot that caused incorrect handling This release includes a fix for an internal bug in Penpot that caused incorrect handling
@ -296,9 +297,9 @@ of media assets (e.g., fill images). The issue has been resolved since version 2
no new incorrect references will be generated. However, existing files may still contain no new incorrect references will be generated. However, existing files may still contain
incorrect references. incorrect references.
To address this, weve provided a script to correct these references in existing files. To address this, we've provided a script to correct these references in existing files.
While having incorrect references generally doesnt result in visible issues, there are While having incorrect references generally doesn't result in visible issues, there are
rare cases where it can cause problems. For example, if a component library (containing rare cases where it can cause problems. For example, if a component library (containing
images) is deleted, and that library is being used in other files, running the FileGC task images) is deleted, and that library is being used in other files, running the FileGC task
(responsible for freeing up space and performing logical deletions) could leave those (responsible for freeing up space and performing logical deletions) could leave those
@ -628,7 +629,7 @@ time being.
### :bug: Bugs fixed ### :bug: Bugs fixed
- Fix the “search” label in translations [Taiga #8402](https://tree.taiga.io/project/penpot/issue/8402) - Fix the "search" label in translations [Taiga #8402](https://tree.taiga.io/project/penpot/issue/8402)
- Fix pencil loader [Taiga #8348](https://tree.taiga.io/project/penpot/issue/8348) - Fix pencil loader [Taiga #8348](https://tree.taiga.io/project/penpot/issue/8348)
- Fix several issues on the OIDC. - Fix several issues on the OIDC.
- Fix regression on the `email-verification` flag [Taiga #8398](https://tree.taiga.io/project/penpot/issue/8398) - Fix regression on the `email-verification` flag [Taiga #8398](https://tree.taiga.io/project/penpot/issue/8398)
@ -2162,7 +2163,6 @@ time being.
## 1.7.1-alpha ## 1.7.1-alpha
### :bug: Bugs fixed ### :bug: Bugs fixed
- Fix issue related to the GC and images in path shapes. - Fix issue related to the GC and images in path shapes.
- Fix issue on the shape order on some undo operations. - Fix issue on the shape order on some undo operations.
- Fix issue on undo page deletion. - Fix issue on undo page deletion.

View file

@ -2919,9 +2919,7 @@ msgstr "Emails, comma separated"
#: src/app/main/ui/dashboard/team.cljs:228 #: src/app/main/ui/dashboard/team.cljs:228
msgid "modals.invite-member.repeated-invitation" msgid "modals.invite-member.repeated-invitation"
msgstr "" msgstr "Some members are already on the team. We'll invite the rest."
"Some emails are from current team members. Their invitations will not be "
"sent."
#: src/app/main/ui/dashboard/team.cljs:221 #: src/app/main/ui/dashboard/team.cljs:221
msgid "modals.invite-team-member.text" msgid "modals.invite-team-member.text"