lib/app42/base/message.rb in app42-0.5.3 vs lib/app42/base/message.rb in app42-0.5.4
- old
+ new
@@ -12,11 +12,12 @@
# 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."
WAIT_FOR_WHILE = "Please be patient... This process may take a while to complete."
- LATEST_S_WAIT = "Please wait... It may take few minutes to complete."
- NOT_A_VALID_NUM = "Instance(s) count should be a valid number and greater than zero."
+ 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."
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."
\ No newline at end of file