diff --git a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/app.tmpl.go b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/app.tmpl.go index 417e65bf..52b8cea6 100644 --- a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/app.tmpl.go +++ b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/app.tmpl.go @@ -28,5 +28,5 @@ func (b *App) shutdown(ctx context.Context) { // Greet returns a greeting for the given name func (b *App) Greet(name string) string { - return fmt.Sprintf("Hello %s, It's your show time!", name) + return fmt.Sprintf("Hello %s, It's show time!", name) }