Spaces:
Runtime error
Runtime error
Update src/components/tw-security-manager-modal/unsandbox.jsx
Browse files
src/components/tw-security-manager-modal/unsandbox.jsx
CHANGED
@@ -7,7 +7,7 @@ const Unsandbox = props => (
|
|
7 |
<div>
|
8 |
<p>
|
9 |
<FormattedMessage
|
10 |
-
id=""
|
11 |
defaultMessage="プロジェクトは、{EXT_NAME} 拡張機能のサンドボックス化を解除することを要求しています。"
|
12 |
description="Part of modal that appears when a project tries to unsandbox an extension"
|
13 |
values={{EXT_NAME: props.extensionName}} // Optional: Inject EXT_NAME from props
|
@@ -15,7 +15,7 @@ const Unsandbox = props => (
|
|
15 |
</p>
|
16 |
<div className={styles.unsandboxedWarning}>
|
17 |
<FormattedMessage
|
18 |
-
id=""
|
19 |
defaultMessage="サンドボックスなしで拡張機能を読み込むことは危険ですが、サンドボックス環境内では多くの機能が制限されるため、サンドボックス無しで読み込むことをおすすめします。また、サンドボックスなしでも通常のWebサイトと同じようなことしかできません。"
|
20 |
description="Part of modal asking for permission to automatically load custom extension"
|
21 |
/>
|
|
|
7 |
<div>
|
8 |
<p>
|
9 |
<FormattedMessage
|
10 |
+
id="tw.security.unsandbox.request"
|
11 |
defaultMessage="プロジェクトは、{EXT_NAME} 拡張機能のサンドボックス化を解除することを要求しています。"
|
12 |
description="Part of modal that appears when a project tries to unsandbox an extension"
|
13 |
values={{EXT_NAME: props.extensionName}} // Optional: Inject EXT_NAME from props
|
|
|
15 |
</p>
|
16 |
<div className={styles.unsandboxedWarning}>
|
17 |
<FormattedMessage
|
18 |
+
id="tw.security.unsandbox.warning"
|
19 |
defaultMessage="サンドボックスなしで拡張機能を読み込むことは危険ですが、サンドボックス環境内では多くの機能が制限されるため、サンドボックス無しで読み込むことをおすすめします。また、サンドボックスなしでも通常のWebサイトと同じようなことしかできません。"
|
20 |
description="Part of modal asking for permission to automatically load custom extension"
|
21 |
/>
|