File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const DescriptionBeforeAskingConfirmation = (props: {
41
41
42
42
return (
43
43
< >
44
- < span className = "session-confirm-main-message" >
44
+ < span className = "session-confirm-main-message" data-testid = "modal-description" >
45
45
< Localizer token = "clearDataAllDescription" />
46
46
</ span >
47
47
@@ -62,7 +62,7 @@ const DescriptionBeforeAskingConfirmation = (props: {
62
62
63
63
const DescriptionWhenAskingConfirmation = ( props : { deleteMode : DeleteModes } ) => {
64
64
return (
65
- < span className = "session-confirm-main-message" >
65
+ < span className = "session-confirm-main-message" data-testid = "modal-description" >
66
66
{ props . deleteMode === 'device_and_network'
67
67
? window . i18n ( 'clearDeviceAndNetworkConfirm' )
68
68
: window . i18n ( 'clearDeviceDescription' ) }
You can’t perform that action at this time.
0 commit comments