You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/en.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -550,4 +550,10 @@ var enMessages = map[string]string{
550
550
"plugin_disable_short": "Disable a plugin",
551
551
"plugin_update_short": "Update a plugin (git pull)",
552
552
"plugin_info_short": "Show plugin details",
553
+
554
+
// Graceful quit
555
+
"app_quit_confirm_title": "Confirm Exit",
556
+
"app_quit_confirm_message": "There are active operations (deploy/destroy/compose). Are you sure you want to exit? Force quitting may leave resources in an inconsistent state.",
0 commit comments