File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
src/frontend/apps/impress/src/features/docs/doc-management/components Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -98,14 +98,12 @@ export const ModalRemoveDoc = ({
98
98
className = "--docs--modal-remove-doc"
99
99
>
100
100
{ ! isError && (
101
- < >
102
- < Text $size = "sm" $variation = "600" $display = "inline-block" >
103
- < Trans t = { t } i18nKey = "modal-remove-doc" >
104
- This document and < strong > any sub-documents</ strong > will be
105
- permanently deleted. This action is irreversible.
106
- </ Trans >
107
- </ Text >
108
- </ >
101
+ < Text $size = "sm" $variation = "600" $display = "inline-block" >
102
+ < Trans t = { t } >
103
+ This document and < strong > any sub-documents</ strong > will be
104
+ permanently deleted. This action is irreversible.
105
+ </ Trans >
106
+ </ Text >
109
107
) }
110
108
111
109
{ isError && < TextErrors causes = { error . cause } /> }
You can’t perform that action at this time.
0 commit comments