lib/app42/base/message.rb in app42-0.5.10 vs lib/app42/base/message.rb in app42-0.6.0
- old
+ new
@@ -33,6 +33,10 @@
SERVER_ERROR = "Something went wrong. We will look into the issue. For further information, Please drop a mail to 'support@shephertz.com'."
COULD_NOT_CONNECT = "Could not connect to the App42PaaS server."
NW_CONNECTION_ERROR = "Please check your n/w connection."
TIME_OUT_ERROR = "Request Timed Out. Please try after some time."
BAD_RESPONSE_ERROR = "Received bad HTTP response from"
+
+ # BPaaS and WordPress
+ HIGHLY_CONF = "Sorry, You are already at highest configuration."
+ LOW_CONF = "Sorry, You are already at lowest configuration."
end
\ No newline at end of file