Added a ConfirmableAction component to ActionRevertPolymorph (#38570)
* Added a ConfirmableAction component to ActionRevertPolymorph * Update Resources/Locale/en-US/actions/actions/polymorph.ftl --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
gera-transformation-popup = This action will transform you. Use it again to confirm.
|
revert-polymorph-action-popup = This action is irreversible. Use it again to confirm.
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
name: Revert
|
name: Revert
|
||||||
description: Revert back into your original form.
|
description: Revert back into your original form.
|
||||||
components:
|
components:
|
||||||
|
- type: ConfirmableAction
|
||||||
|
popup: revert-polymorph-action-popup
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
event: !type:RevertPolymorphActionEvent
|
event: !type:RevertPolymorphActionEvent
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user