Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display correct maximal MAC address update time #474

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sipa/blueprints/usersuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def change_mac():
'tags': {'rate_critical': True}})

flash(gettext("MAC-Adresse wurde geändert!"), 'success')
flash(gettext("Es kann bis zu 24 Stunden (!) dauern, "
flash(gettext("Es kann bis zu 15 Minuten dauern, "
"bis die Änderung wirksam ist."), 'info')

return redirect(url_for('.index'))
Expand Down
2 changes: 1 addition & 1 deletion sipa/translations/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ msgstr ""
msgid "MAC-Adresse wurde geändert!"
msgstr ""

msgid "Es kann bis zu 24 Stunden (!) dauern, bis die Änderung wirksam ist."
msgid "Es kann bis zu 15 Minuten dauern, bis die Änderung wirksam ist."
msgstr ""

msgid ""
Expand Down
Binary file modified sipa/translations/en/LC_MESSAGES/messages.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions sipa/translations/en/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,8 @@ msgstr "MAC address is already in use!"
msgid "MAC-Adresse wurde geändert!"
msgstr "MAC address has been changed"

msgid "Es kann bis zu 24 Stunden (!) dauern, bis die Änderung wirksam ist."
msgstr "It can take up to 24 (!) hours until the changes apply."
msgid "Es kann bis zu 15 Minuten dauern, bis die Änderung wirksam ist."
msgstr "It can take up to 15 minutes until the changes apply."

msgid ""
"Es sind nicht mehr genug freie IPv4 Adressen verfügbar. Bitte kontaktiere den "
Expand Down
Loading