From c7550331b511871c840d1862344f8cd16bdd4873 Mon Sep 17 00:00:00 2001 From: James Cocker Date: Thu, 4 Jan 2024 12:20:45 +0000 Subject: [PATCH] Corrected "Login" & "Logout" to "Log in" and "Log out" --- src/lang/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index c003de74f5..fff6e712f9 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -118,7 +118,7 @@ "disableauth.message2": "It is designed for scenarios {intendThirdPartyAuth} in front of Uptime Kuma such as Cloudflare Access, Authelia or other authentication mechanisms.", "where you intend to implement third-party authentication": "where you intend to implement third-party authentication", "Please use this option carefully!": "Please use this option carefully!", - "Logout": "Logout", + "Logout": "Log out", "Leave": "Leave", "I understand, please disable": "I understand, please disable", "Confirm": "Confirm", @@ -127,7 +127,7 @@ "Username": "Username", "Password": "Password", "Remember me": "Remember me", - "Login": "Login", + "Login": "Log in", "No Monitors, please": "No Monitors, please", "add one": "add one", "Notification Type": "Notification Type",