0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 Fix two copy bugs

This commit is contained in:
Andrés Moya 2020-10-14 09:22:13 +02:00 committed by Andrey Antukh
parent 3064000a2c
commit ef0126a6ae

View file

@ -1263,13 +1263,13 @@
"modals.delete-project-confirm.message" : {
"used-in" : [ "src/app/main/ui/dashboard/files.cljs:57" ],
"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" : {
"used-in" : [ "src/app/main/ui/dashboard/files.cljs:56" ],
"translations" : {
"en" : "Deleting project"
"en" : "Delete project"
}
},
"modals.delete-team-confirm.accept" : {