- commit
- 0c4256f7d3e73bba5a003f722c23e0a7ab2c73f0
- parent
- 9390c4828cf37ee6fe6898020b17dee4f3ac8f29
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-01-20 13:08
clearer label for name users often input their own names
Diffstat
| M | mfa/forms.py | 2 | +- |
| M | mfa/locale/de/LC_MESSAGES/django.po | 4 | ++-- |
2 files changed, 3 insertions, 3 deletions
diff --git a/mfa/forms.py b/mfa/forms.py
@@ -28,4 +28,4 @@ class MFAAuthForm(MFABaseForm): 28 28 29 29 30 30 class MFACreateForm(MFABaseForm):31 -1 name = forms.CharField(label=_('Name'), max_length=32)-1 31 name = forms.CharField(label=_('Name for this key'), max_length=32)
diff --git a/mfa/locale/de/LC_MESSAGES/django.po b/mfa/locale/de/LC_MESSAGES/django.po
@@ -11,8 +11,8 @@ msgstr "Authentifizierungscode" 11 11 msgid "Validation failed" 12 12 msgstr "Validierung fehlgeschlagen" 13 1314 -1 msgid "Name"15 -1 msgstr "Name"-1 14 msgid "Name for this key" -1 15 msgstr "Name für diesen Schlüssel" 16 16 17 17 msgid "Key was created successfully!" 18 18 msgstr "Schlüssel wurde erfolgreich erstellt!"