lib/app42/base/message.rb in app42-0.6.1 vs lib/app42/base/message.rb in app42-0.6.2
- old
+ new
@@ -20,10 +20,11 @@
NOT_A_VALID_NUM = "Instance(s) count should be a valid number and greater than zero."
NOT_A_VALID_KONTENA = "Kontena(s) count should be a valid number and greater than zero."
REQUEST_PROGRESS = "\nYour request is in progress. Please check the request status after sometime."
LOG_MESSAGE = "Please visit below URL(s) to access app logs"
+
# validation message
IP_NOT_VALID = "Please provide the valid Source IP."
ACCESS_TIME = "Access time should be a valid number and it should not be more than 720(1 month) hours."
BIND_NOTE = "Please Provide Source IP\n(For public access, use '0.0.0.0')"
UNBIND_NOTE = "Please Provide Source IP"
@@ -35,9 +36,13 @@
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
+ # BPaaS, GPaaS and WordPress
HIGHLY_CONF = "You are already at highest configuration."
LOW_CONF = "You are already at lowest configuration."
+ URL_WILL_CHANGE = "\nStopping setup will modify your app public URL. Are you sure you want to stop Setup 'gpaas'?"
+ BPAAS_SUCCESSFUL = "Your BPaaS setup has been completed successfully, For details, Login to PaaSHQ console."
+ GPAAS_SUCCESSFUL = "Your GPaaS setup has been completed successfully, For details, Login to PaaSHQ console."
+ WORDPRESS_SUCCESSFUL = "Your WordPress setup has been completed successfully, For details, Login to PaaSHQ console."
end
\ No newline at end of file