mirror of
https://github.com/penpot/penpot.git
synced 2025-03-09 22:31:50 -05:00
🐛 Fixed translation string
This commit is contained in:
parent
676a2db1f5
commit
d83d241c39
2 changed files with 6 additions and 1 deletions
|
@ -6577,5 +6577,10 @@
|
||||||
"zh_cn" : "单击以闭合路径"
|
"zh_cn" : "单击以闭合路径"
|
||||||
},
|
},
|
||||||
"unused" : true
|
"unused" : true
|
||||||
|
},
|
||||||
|
"labels.create-team.placeholder": {
|
||||||
|
"translations" : {
|
||||||
|
"en": "Enter new team name"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
:auto-focus true
|
:auto-focus true
|
||||||
:form form
|
:form form
|
||||||
:name :name
|
:name :name
|
||||||
:label "Enter new team name:"}]]
|
:label (tr "labels.create-team.placeholder")}]]
|
||||||
|
|
||||||
[:div.modal-footer
|
[:div.modal-footer
|
||||||
[:div.action-buttons
|
[:div.action-buttons
|
||||||
|
|
Loading…
Add table
Reference in a new issue