Skip to content

Commit 8c337f5

Browse files
committed
Merge remote-tracking branch 'origin/staging' into develop
2 parents f9f45dc + cf8307a commit 8c337f5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ on [its own changelog](library/CHANGES.md)
4242
- Fix font size input not displaying "mixed" when multiple texts are selected [Taiga #11177](https://tree.taiga.io/project/penpot/issue/11177)
4343

4444

45-
## 2.7.2 (Unreleased)
45+
## 2.7.2
4646

4747
### :bug: Bugs fixed
4848

4949
- Update plugins runtime [Github #6604](https://github.com/penpot/penpot/pull/6604)
5050
- Backport from develop a minor fix that enables import of files
5151
generated by penpot library [Github #6614](https://github.com/penpot/penpot/pull/6614)
52+
- Fix copy in error message [GitHub #6615](https://github.com/penpot/penpot/pull/6615)
53+
- Fix url on invitation link [Taiga #11284](https://tree.taiga.io/project/penpot/issue/11284)
5254

5355

5456
## 2.7.1

backend/resources/app/email/request-file-access/en.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This will automatically include {{requested-by|abbreviate:25}} in the team, so t
1313

1414
Click the link below to provide team access:
1515

16-
{{ public-uri }}/#/dashboard/members?team-id{{team-id}}&invite-email={{requested-by-email|urlescape}}
16+
{{ public-uri }}/#/dashboard/members?team-id={{team-id}}&invite-email={{requested-by-email|urlescape}}
1717

1818

1919

frontend/translations/en.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7267,9 +7267,9 @@ msgstr "Invalid color value: %s"
72677267
msgid "workspace.tokens.invalid-json"
72687268
msgstr "Import Error: Invalid token data in JSON."
72697269

7270-
#: src/app/main/data/workspace/tokens/errors.cljs:23
7270+
#: src/app/main/ui/workspace/tokens/errors.cljs:16
72717271
msgid "workspace.tokens.invalid-json-token-name"
7272-
msgstr "Import Error: Invalid token name in in JSON."
7272+
msgstr "Import Error: Invalid token name in JSON."
72737273

72747274
#: src/app/main/data/workspace/tokens/errors.cljs:24
72757275
msgid "workspace.tokens.invalid-json-token-name-detail"

0 commit comments

Comments
 (0)