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.

diff --git a/framework/core/js/forum/src/components/PostStream.js b/framework/core/js/forum/src/components/PostStream.js index bb388cfb3..c08a5a4ab 100644 --- a/framework/core/js/forum/src/components/PostStream.js +++ b/framework/core/js/forum/src/components/PostStream.js @@ -51,7 +51,7 @@ class PostStream extends mixin(Component, evented) { */ goToNumber(number, noAnimation) { // If we want to go to the reply preview, then we will go to the end of the - // discussion and scroll to the very bottom of the page. + // discussion and then scroll to the very bottom of the page. if (number === 'reply') { return this.goToLast().then(() => { $('html,body').stop(true).animate({