improve error messages when service is unavailable

This commit is contained in:
pedro 2025-01-29 18:03:00 +01:00
parent 3d77e9983e
commit 32be93d294
3 changed files with 8 additions and 8 deletions

View file

@ -179,8 +179,8 @@ class TermsAndConditionsView(UserView, FormView):
class WaitingView(UserView, TemplateView):
template_name = "idhub/user/waiting.html"
title = _("Comunication with admin")
subtitle = _('Service temporary close')
title = _("Comunication with admin required")
subtitle = _('Service temporarily closed')
section = ""
icon = 'bi bi-file-earmark-medical'
success_url = reverse_lazy('idhub:user_dashboard')

View file

@ -2796,11 +2796,11 @@ msgid "Data Protection"
msgstr "Protecció de dades"
#: idhub/user/views.py:183
msgid "Comunication with admin"
msgstr "Comunicació amb l'admin"
msgid "Comunication with admin required"
msgstr "Es requereix comunicació amb l'admin"
#: idhub/user/views.py:184
msgid "Service temporary close"
msgid "Service temporarily closed"
msgstr "Tancament temporal del servei"
#: idhub/user/views.py:407

View file

@ -2789,11 +2789,11 @@ msgid "Data Protection"
msgstr "Proteccion de datos"
#: idhub/user/views.py:183
msgid "Comunication with admin"
msgstr "Comunicación con el admin"
msgid "Comunication with admin required"
msgstr "Se requiere comunicación con el admin"
#: idhub/user/views.py:184
msgid "Service temporary close"
msgid "Service temporarily closed"
msgstr "Cierre temporal del servicio"
#: idhub/user/views.py:407