From 56e7507ffbc45d6738a6582191ad3bc31d7a7751 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 19 Mar 2022 15:22:02 +0100 Subject: [PATCH] Fix typo in final Info message (#11914) "Connect you browser" -> "Connect your browser" --- .../openapi-generator/src/main/resources/Ada/server.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;