diff --git a/framework/core/js/admin/src/components/AddExtensionModal.js b/framework/core/js/admin/src/components/AddExtensionModal.js index 2393c5f9d..323202e89 100644 --- a/framework/core/js/admin/src/components/AddExtensionModal.js +++ b/framework/core/js/admin/src/components/AddExtensionModal.js @@ -12,7 +12,7 @@ export default class AddExtensionModal extends Modal { content() { return (
One day, this dialog will allow you to add an extension to your forum with ease. We're building an ecosystem as we speak!
+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.