diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec5637c..086ec4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # v1.1.0-beta.6 ## 05/xx/2016 +1. [](#new) + * Major improvements with the **File Upload** (`file`) field type. Now fully supports themes, plugins, configuration + pages 1. [](#improved) * Provide security options for single tabs [#615](https://github.com/getgrav/grav-plugin-admin/issues/615) * Disable double clicking on Save/Delete/Copy page actions [#611](https://github.com/getgrav/grav-plugin-admin/issues/611) + * Tweaked the avatar alignment in sidebar [#592](https://github.com/getgrav/grav-plugin-admin/issues/592) 1. [](#bugfix) * Fix double "Removed successfully" appearing when removing a package [#609](https://github.com/getgrav/grav-plugin-admin/issues/609) * Prevent removing required plugins dependencies when removing a package [#613](https://github.com/getgrav/grav-plugin-admin/issues/613) diff --git a/languages/en.yaml b/languages/en.yaml index 44c69254..2ebc68e6 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -404,7 +404,7 @@ PLUGIN_ADMIN: PARAMETER_SEPARATOR_HELP: "Separator for passed parameters that can be changed for Apache on Windows" TASK_COMPLETED: "Task completed" EVERYTHING_UP_TO_DATE: "Everything is up to date" - UPDATES_ARE_AVAILABLE: "updates are available" + UPDATES_ARE_AVAILABLE: "update(s) are available" IS_AVAILABLE_FOR_UPDATE: "is available for update" IS_NOW_AVAILABLE: "is now available" CURRENT: "Current"