mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 00:36:38 +00:00
add support message button in saas
This commit is contained in:
@@ -2041,5 +2041,24 @@
|
||||
"warning": "Warning",
|
||||
"proxyProtocolWarning": "Your backend application must be configured to accept Proxy Protocol connections. If your backend doesn't support Proxy Protocol, enabling this will break all connections. Make sure to configure your backend to trust Proxy Protocol headers from Traefik.",
|
||||
"restarting": "Restarting...",
|
||||
"manual": "Manual"
|
||||
"manual": "Manual",
|
||||
"messageSupport": "Message Support",
|
||||
"supportNotAvailableTitle": "Support Not Available",
|
||||
"supportNotAvailableDescription": "Support is not available right now. You can send an email to support@pangolin.net.",
|
||||
"supportRequestSentTitle": "Support Request Sent",
|
||||
"supportRequestSentDescription": "Your message has been sent successfully.",
|
||||
"supportRequestFailedTitle": "Failed to Send Request",
|
||||
"supportRequestFailedDescription": "An error occurred while sending your support request.",
|
||||
"supportSubjectRequired": "Subject is required",
|
||||
"supportSubjectMaxLength": "Subject must be 255 characters or less",
|
||||
"supportMessageRequired": "Message is required",
|
||||
"supportReplyTo": "Reply To",
|
||||
"supportSubject": "Subject",
|
||||
"supportSubjectPlaceholder": "Enter subject",
|
||||
"supportMessage": "Message",
|
||||
"supportMessagePlaceholder": "Enter your message",
|
||||
"supportSending": "Sending...",
|
||||
"supportSend": "Send",
|
||||
"supportMessageSent": "Message Sent!",
|
||||
"supportWillContact": "We'll be in touch shortly!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user