mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 10:38:21 +02:00
🐛 Fix two copy bugs
This commit is contained in:
parent
3064000a2c
commit
ef0126a6ae
1 changed files with 2 additions and 2 deletions
|
@ -1263,13 +1263,13 @@
|
||||||
"modals.delete-project-confirm.message" : {
|
"modals.delete-project-confirm.message" : {
|
||||||
"used-in" : [ "src/app/main/ui/dashboard/files.cljs:57" ],
|
"used-in" : [ "src/app/main/ui/dashboard/files.cljs:57" ],
|
||||||
"translations" : {
|
"translations" : {
|
||||||
"en" : "Are you sure you wan't to delete this project?"
|
"en" : "Are you sure you want to delete this project?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"modals.delete-project-confirm.title" : {
|
"modals.delete-project-confirm.title" : {
|
||||||
"used-in" : [ "src/app/main/ui/dashboard/files.cljs:56" ],
|
"used-in" : [ "src/app/main/ui/dashboard/files.cljs:56" ],
|
||||||
"translations" : {
|
"translations" : {
|
||||||
"en" : "Deleting project"
|
"en" : "Delete project"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"modals.delete-team-confirm.accept" : {
|
"modals.delete-team-confirm.accept" : {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue