From 29aa4c837c35e777d79ce113e85cbf4ec8c4024c Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Tue, 9 Jan 2024 10:27:47 +0100 Subject: [PATCH] Fix typo --- core/ui/public/i18n/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/public/i18n/en/translation.json b/core/ui/public/i18n/en/translation.json index aed055170..8f8f43e90 100644 --- a/core/ui/public/i18n/en/translation.json +++ b/core/ui/public/i18n/en/translation.json @@ -628,7 +628,7 @@ "edit_route": "Edit route", "edit_route_route": "Edit route {route}", "host_is_not_valid_not_localhost": "'localhost' or '127.0.0.1' can be used only if you specify a path", - "name_placeholder": "E.g myroute", + "name_placeholder": "E.g. myroute", "host_placeholder": "E.g. myapp.example.org", "path_placeholder": "E.g. /foo", "url_placeholder": "E.g. http://127.0.0.1:2000",