diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 2918c4cfe8..e36ebe2f75 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -574,7 +574,6 @@ return [ 'pref_languages_help' => 'Firefly III supports several languages. Which one do you prefer?', 'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.', 'pref_locale_no_windows' => 'This feature may not work on Windows.', - 'pref_locale_no_docker' => 'The Docker image only has a small set of installed locales.', 'pref_locale_no_demo' => 'This feature won\'t work for the demo user.', 'pref_custom_fiscal_year' => 'Fiscal year settings', 'pref_custom_fiscal_year_label' => 'Enabled', diff --git a/resources/views/v1/preferences/index.twig b/resources/views/v1/preferences/index.twig index 64979b87dd..5eb9180d92 100644 --- a/resources/views/v1/preferences/index.twig +++ b/resources/views/v1/preferences/index.twig @@ -73,7 +73,6 @@ {% if IS_DEMO_SITE %}
  • {{ 'pref_locale_no_demo'|_ }}
  • {% endif %}
  • {{ 'pref_locale_no_windows'|_ }}
  • -
  • {{ 'pref_locale_no_docker'|_ }}
  • {% else %}