diff --git a/framework/core/js/admin/src/components/AddExtensionModal.js b/framework/core/js/admin/src/components/AddExtensionModal.js index 6173211d3..0cdbe975f 100644 --- a/framework/core/js/admin/src/components/AddExtensionModal.js +++ b/framework/core/js/admin/src/components/AddExtensionModal.js @@ -21,9 +21,9 @@ export default class AddExtensionModal extends Modal { content() { return (
One day in the not-too-distant future, this dialog will allow you to add an extension to your forum with ease. We're building an ecosystem as we speak!
-In the meantime, if you manage to get your hands on a new extension, simply drop it in your forum's extensions
directory.
If you're a developer, you can read the docs and have a go at building your own.
+{app.translator.trans('core.admin.add_extension.temporary_text')}
+{app.translator.trans('core.admin.add_extension.install_text', {a: })}
+{app.translator.trans('core.admin.add_extension.developer_text', {a: })}