mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-08 06:56:12 +01:00
Added confirm dialogs to delete
This commit is contained in:
parent
5aa9ba661a
commit
b3c9ee87b0
7 changed files with 100 additions and 9 deletions
|
|
@ -213,6 +213,10 @@
|
|||
"encounter": "Encounter"
|
||||
}
|
||||
},
|
||||
"DeleteConfirmation": {
|
||||
"title": "Delete {type} - {name}",
|
||||
"text": "Are you sure you want to delete {name}?"
|
||||
},
|
||||
"DamageReduction": {
|
||||
"armorMarks": "Armor Marks",
|
||||
"armorWithStress": "Spend 1 stress to use an extra mark",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue