You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
<spanclassName='mx_AppPermissionWarningTextLabel'>{_t('NOTE: Apps are not end-to-end encrypted')}</span>;
54
+
}
50
55
return(
51
56
<divclassName='mx_AppPermissionWarning'>
52
57
<divclassName='mx_AppPermissionWarningImage'>
53
58
<imgsrc='img/warning.svg'alt={_t('Warning!')}/>
54
59
</div>
55
60
<divclassName='mx_AppPermissionWarningText'>
56
-
<spanclassName='mx_AppPermissionWarningTextLabel'>Do you want to load widget from URL:</span><spanclassName='mx_AppPermissionWarningTextURL'>{this.state.curlBase}</span>
61
+
<spanclassName='mx_AppPermissionWarningTextLabel'>{_t('Do you want to load widget from URL:')}</span><spanclassName='mx_AppPermissionWarningTextURL'>{this.state.curlBase}</span>
0 commit comments