We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f741f1e commit d034a57Copy full SHA for d034a57
internal/namespaces/instance/v1/custom_server.go
@@ -875,7 +875,7 @@ func getRunServerAction(action instance.ServerAction) core.CommandRunner {
875
ServerID: args.ServerID,
876
Action: action,
877
})
878
- return &core.SuccessResult{Message: fmt.Sprintf("%s successful for the server", action)}, err
+ return &core.SuccessResult{Message: fmt.Sprintf("%s successfully started for the server", action)}, err
879
}
880
881
0 commit comments