diff --git a/src/servala/frontend/forms/support.py b/src/servala/frontend/forms/support.py index dd62c95..a1a8ed8 100644 --- a/src/servala/frontend/forms/support.py +++ b/src/servala/frontend/forms/support.py @@ -6,5 +6,7 @@ class SupportForm(forms.Form): message = forms.CharField( label=_("Message"), widget=forms.Textarea(attrs={"rows": 8}), - help_text=_("Please describe your issue or question in detail."), + help_text=_( + "Please provide a detailed description of your inquiry to enable us to assist you effectively." + ), ) diff --git a/src/servala/frontend/templates/frontend/organizations/support.html b/src/servala/frontend/templates/frontend/organizations/support.html index 75618a6..2f63df7 100644 --- a/src/servala/frontend/templates/frontend/organizations/support.html +++ b/src/servala/frontend/templates/frontend/organizations/support.html @@ -12,13 +12,13 @@
- {% translate "Need help? Submit your question or issue below and our support team will get back to you." %} + {% translate "Need assistance or have feedback to share? Please submit your inquiry, issue, or feedback below, and our team will respond promptly." %}
- {% translate "When you submit a support request, it will be sent to our support team who will respond via email." %} + {% translate "Support requests are reviewed by our team and responses will be sent via email." %}
-{% translate "For urgent issues, please contact us directly." %}