From 11fbbca2a8d88f392c81d21d6aed9b49651c3c6b Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 9 Aug 2020 14:52:57 +0200 Subject: [PATCH] Amount help text in transaction templates forms can be misleading: they type euros not cents --- apps/note/models/transactions.py | 1 - locale/de/LC_MESSAGES/django.po | 4 ---- locale/fr/LC_MESSAGES/django.po | 4 ---- 3 files changed, 9 deletions(-) diff --git a/apps/note/models/transactions.py b/apps/note/models/transactions.py index 762a2bdf..9ee82188 100644 --- a/apps/note/models/transactions.py +++ b/apps/note/models/transactions.py @@ -57,7 +57,6 @@ class TransactionTemplate(models.Model): amount = models.PositiveIntegerField( verbose_name=_('amount'), - help_text=_('in centimes'), ) category = models.ForeignKey( TemplateCategory, diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index 6296da52..32e2995e 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -847,10 +847,6 @@ msgstr "" msgid "A template with this name already exist" msgstr "" -#: apps/note/models/transactions.py:60 -msgid "in centimes" -msgstr "" - #: apps/note/models/transactions.py:72 msgid "display" msgstr "" diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index d3b5fd5a..38b31c6c 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -854,10 +854,6 @@ msgstr "catégories de transaction" msgid "A template with this name already exist" msgstr "Un modèle de transaction avec un nom similaire existe déjà." -#: apps/note/models/transactions.py:60 -msgid "in centimes" -msgstr "en centimes" - #: apps/note/models/transactions.py:72 msgid "display" msgstr "afficher"