From 619d56fcf96da9c3fb9c591dd3651d5d9f21d6b7 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Wed, 31 Aug 2022 16:14:52 +0200 Subject: [PATCH] Fix typo --- src/pages/blog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog.php b/src/pages/blog.php index 38a226d6..361c4a4e 100644 --- a/src/pages/blog.php +++ b/src/pages/blog.php @@ -19,7 +19,7 @@ if ('en' !== \Locale::getPrimaryLanguage($_SESSION['user']->getLocale())) { $page->messages[] = Page::warning( sprintf( /** TRANSLATORS: %s: Language, most likely English */ - __('The blog is currently only available in %s and not translateable. Please let me know if you have any ideas to improve this.'), + __('The blog is currently only available in %s and not translatable. Please let me know if you have any ideas to improve this.'), '' . \Locale::getDisplayName('en', 'en') . '' ), __('Warning')