diff options
author | Go MAEDA <maeda@farend.jp> | 2021-07-30 03:51:19 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-07-30 03:51:19 +0000 |
commit | a6a8ef728c88fd15d5d9e993e829b88ee2108061 (patch) | |
tree | 207171f056cc6a4c8f33586cd21b62ced5efd5fd /config | |
parent | 5bec58c1f60c86dd9510599ee37c8d4a90fa9e27 (diff) | |
download | redmine-a6a8ef728c88fd15d5d9e993e829b88ee2108061.tar.gz redmine-a6a8ef728c88fd15d5d9e993e829b88ee2108061.zip |
Show warning in admin/info when there are pending migrations (#35562).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21110 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index e72e1bf89..79ed757af 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1242,6 +1242,7 @@ en: text_default_administrator_account_changed: Default administrator account changed text_file_repository_writable: Attachments directory writable text_plugin_assets_writable: Plugin assets directory writable + text_all_migrations_have_been_run: All database migrations have been run text_minimagick_available: MiniMagick available (optional) text_convert_available: ImageMagick convert available (optional) text_gs_available: ImageMagick PDF support available (optional) |