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:
parent
3064000a2c
commit
ef0126a6ae
1 changed files with 2 additions and 2 deletions
|
@ -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" : {
|
||||
|
|
Loading…
Add table
Reference in a new issue