Skip to content

Commit

Permalink
Display correct maximal MAC address update time
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Oct 12, 2023
1 parent 3407fb1 commit 3721b8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 3721b8e

Please sign in to comment.