lib/app42/base/message.rb in app42-0.5.5 vs lib/app42/base/message.rb in app42-0.5.6
- old
+ new
@@ -15,18 +15,20 @@
NO_APP = "No App found."
WAIT_FOR_WHILE = "Please be patient... This process may take a while to complete."
LATEST_S_WAIT = "\nOperation is in progress, Please wait..."
LATEST_S_INTERRUPT = "\nYour request is being processed. Please check the request status after sometime."
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"
ACCESS_TIME_NOTE = "Please provide the time duration(in hours) you want to bind IP(0 for unlimited access)"
+ GIT_URL_NOT_VALID = "App git url is not valid."
# REST CLIENT EXCEPTION
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."
\ No newline at end of file