@@ -32,9 +32,9 @@ const commonMsg = {
3232 "Enter the Developer Hub Base URL for the {name} region: " ,
3333 APP_UID : "Provide the app UID" ,
3434 APP_TYPE_DESCRIPTION : "Type of App" ,
35- CONTACT_SUPPORT : "Please contact support team." ,
36- STACK_API_KEY : "Please provide api- key for the stack" ,
37- USER_TERMINATION : "Process terminated by user."
35+ CONTACT_SUPPORT : "Please contact the support team." ,
36+ STACK_API_KEY : "API key of the stack where the app is to be installed. " ,
37+ USER_TERMINATION : "Process terminated by the user."
3838} ;
3939
4040const appCreate = {
@@ -75,26 +75,26 @@ const appUpdate = {
7575} ;
7676
7777const deleteAppMsg = {
78- APP_IS_INSTALLED : "This app is installed in one of your stacks. Please uninstall to proceed with delete." ,
79- APP_DELETED_SUCCESSFULLY : "{app} has been deleted successfully." ,
80- APP_UID_INVALID : "app uid must be valid" ,
78+ APP_IS_INSTALLED : "This app is installed in one of your stacks. Please uninstall the app from your stack to proceed with the delete operation ." ,
79+ APP_DELETED_SUCCESSFULLY : "{app} deleted successfully." ,
80+ APP_UID_INVALID : "App UID must be valid. " ,
8181 PLEASE_SELECT_APP_FROM_LIST : "Please select an app from the list" ,
8282}
8383
8484const installAppMsg = {
8585 CHOOSE_A_STACK : "Please select a stack" ,
86- APP_INSTALLED_SUCCESSFULLY : "{app} has been installed successfully on {target}." ,
87- INSTALL_ORG_APP_TO_STACK : "{app} is an organization app, it cannot be installed to a stack. Do you want to proceed" ,
88- MISSING_STACK_API_KEY : "As {app} is a stack app, it can only be installed on a stack. Please select a stack." ,
89- INSTALLING_APP_NOTICE : "Installing {app} on {type} {target}"
86+ APP_INSTALLED_SUCCESSFULLY : "{app} installed successfully in {target}." ,
87+ INSTALL_ORG_APP_TO_STACK : "{app} is an organization app. It cannot be installed to a stack. Do you want to proceed? " ,
88+ MISSING_STACK_API_KEY : "As {app} is a stack app, it can only be installed in a stack. Please select a stack." ,
89+ INSTALLING_APP_NOTICE : "Installing {app} on {type} {target}. "
9090}
9191
9292const uninstallAppMsg = {
93- CHOOSE_AN_INSTALLATION : "Please select where the app needs to be uninstalled" ,
94- INSTALLATION_UID : "Installation UID which needs to be uninstalled" ,
95- NO_INSTALLATIONS_FOUND : "No installations found for this app" ,
96- APP_UNINSTALLED : "{app} has been uninstalled successfully." ,
97- UNINSTALLING_APP : "Uninstalling app from {type}"
93+ CHOOSE_AN_INSTALLATION : "Please select the stack from where the app must be uninstalled" ,
94+ INSTALLATION_UID : "Provide the installation ID of the app that needs to be uninstalled. " ,
95+ NO_INSTALLATIONS_FOUND : "Cannot find any installations for this app. " ,
96+ APP_UNINSTALLED : "{app} uninstalled successfully." ,
97+ UNINSTALLING_APP : "Uninstalling app from {type}... "
9898}
9999
100100const messages : typeof errors &
0 commit comments