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