File tree 2 files changed +2
-2
lines changed
components/Dialogs/DeleteDialog
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export const DeleteDialog: FC<PropsWithChildren<DeleteDialogProps>> = ({
39
39
< Maybe condition = { info !== undefined } >
40
40
< p className = { styles . warning } > { info } </ p >
41
41
</ Maybe >
42
- < p > { t ( "deleteDialog.confirm" , { entity } ) } </ p >
42
+ < p > { t ( "deleteDialog.confirm" , { entity, name } ) } </ p >
43
43
44
44
< form
45
45
onSubmit = { ( e ) => {
Original file line number Diff line number Diff line change 16
16
"deleteDialog" : {
17
17
"title" : " Delete {{entity}}" ,
18
18
"intro" : " Deleting this {{entity}} is irreversible!" ,
19
- "confirm" : " Are you sure you want to proceed? Type the name of this {{entity }} below to confirm." ,
19
+ "confirm" : " Are you sure you want to proceed? Type {{name }} below to confirm." ,
20
20
"confirmLabel" : " Name of {{entity}} to delete" ,
21
21
"incorrectName" : " Incorrect {{entity}} name."
22
22
},
You can’t perform that action at this time.
0 commit comments