From 700579e06a799d8a19567fb8dfe382db3f774753 Mon Sep 17 00:00:00 2001 From: Florian Dupret Date: Sun, 2 Aug 2020 14:56:23 +0200 Subject: [PATCH 1/2] Remove mention of Docker when not running Docker --- resources/views/v1/preferences/index.twig | 1 - 1 file changed, 1 deletion(-) 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 %} From 61dc1b6f33bfe63209581b63046c3467dbefb5d4 Mon Sep 17 00:00:00 2001 From: Florian Dupret Date: Sun, 2 Aug 2020 15:15:46 +0200 Subject: [PATCH 2/2] Remove string for mention of Docker when not running Docker --- resources/lang/en_US/firefly.php | 1 - 1 file changed, 1 deletion(-) 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',