From 1ba7d655821495f011d6a9638c37686a963a54a3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 18 May 2020 21:21:34 +0200 Subject: [PATCH] Warning if demo user. --- resources/lang/en_US/firefly.php | 1 + resources/views/v1/preferences/index.twig | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 7443893dad..cec412bce1 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -557,6 +557,7 @@ return [ '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', 'pref_custom_fiscal_year_help' => 'In countries that use a financial year other than January 1 to December 31, you can switch this on and specify start / end days of the fiscal year', diff --git a/resources/views/v1/preferences/index.twig b/resources/views/v1/preferences/index.twig index 850ce3c80b..c264f9b936 100644 --- a/resources/views/v1/preferences/index.twig +++ b/resources/views/v1/preferences/index.twig @@ -69,6 +69,7 @@