lib/app42/base/message.rb in app42-0.6.0 vs lib/app42/base/message.rb in app42-0.6.1
- old
+ new
@@ -11,10 +11,11 @@
# app related message
MORE_THAN_ONE_BINARY = "More than one binary exists at the specified location. Please choose one."
NO_BINARY = "No binary exists at the specified location."
NO_APP = "No App found."
+ NO_CUSTOM_URLS = "No Custom URLs 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."
@@ -35,8 +36,8 @@
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."
+ HIGHLY_CONF = "You are already at highest configuration."
+ LOW_CONF = "You are already at lowest configuration."
end
\ No newline at end of file