From 694ac5c1cb87fb0eb587f3b105bae67805c790a1 Mon Sep 17 00:00:00 2001 From: Mike Casebolt Date: Tue, 17 Aug 2021 17:29:08 -0700 Subject: [PATCH] fix grammar "You are logged as the first administrator." -> "You are logged in as the first administrator." --- packages/strapi-admin/admin/src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/strapi-admin/admin/src/translations/en.json b/packages/strapi-admin/admin/src/translations/en.json index ce5094564d..1e34ca35cc 100644 --- a/packages/strapi-admin/admin/src/translations/en.json +++ b/packages/strapi-admin/admin/src/translations/en.json @@ -55,7 +55,7 @@ "HomePage.helmet.title": "Homepage", "HomePage.roadmap": "See our roadmap", "HomePage.welcome.congrats": "Congrats!", - "HomePage.welcome.congrats.content": "You are logged as the first administrator. To discover the powerful features provided by Strapi,", + "HomePage.welcome.congrats.content": "You are logged in as the first administrator. To discover the powerful features provided by Strapi,", "HomePage.welcome.congrats.content.bold": "we recommend you to create your first Collection-Type.", "Media Library": "Media Library", "New entry": "New entry", @@ -371,4 +371,4 @@ "notification.version.update.message": "A new version of Strapi is available!", "notification.version.update.link": "See more", "request.error.model.unknown": "This model doesn't exist" -} \ No newline at end of file +}