diff --git a/modules/openapi-generator/src/main/resources/Ada/server.mustache b/modules/openapi-generator/src/main/resources/Ada/server.mustache index 14afdf65adb..c3708a6f963 100644 --- a/modules/openapi-generator/src/main/resources/Ada/server.mustache +++ b/modules/openapi-generator/src/main/resources/Ada/server.mustache @@ -37,7 +37,7 @@ begin WS.Configure (Configure'Access); WS.Register_Application ("{{basePathWithoutHost}}", App'Unchecked_Access); App.Dump_Routes (Util.Log.INFO_LEVEL); - Log.Info ("Connect you browser to: http://localhost:{0}{{basePathWithoutHost}}/ui/index.html", + Log.Info ("Connect your browser to: http://localhost:{0}{{basePathWithoutHost}}/ui/index.html", Util.Strings.Image (Port)); WS.Start;