From 7e0d2756ae83143fdb41d29a275942cfdec79afc Mon Sep 17 00:00:00 2001 From: ashuntu Date: Mon, 6 Jan 2025 13:34:24 -0600 Subject: [PATCH] Fix casing of select words and phrases --- gui/packages/ubuntupro/lib/l10n/app_en.arb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/packages/ubuntupro/lib/l10n/app_en.arb b/gui/packages/ubuntupro/lib/l10n/app_en.arb index d5ca62339..cfd62efc7 100644 --- a/gui/packages/ubuntupro/lib/l10n/app_en.arb +++ b/gui/packages/ubuntupro/lib/l10n/app_en.arb @@ -43,7 +43,7 @@ "getUbuntuPro": "Get Ubuntu Pro", "learnMore": "Learn more", - "ubuntuProEnabled": "Ubuntu Pro is enabled on this machine.", + "ubuntuProEnabled": "Ubuntu Pro is enabled on this machine", "ubuntuProEnabledInfo": "All Ubuntu WSL instances have access to Ubuntu Pro security features.", "manageUbuntuPro": "Manage Ubuntu Pro subscription", "detachPro": "Detach Ubuntu Pro", @@ -70,12 +70,12 @@ }, "landscapeSetupManual": "Manual configuration", "landscapeSetupManualHint": "Register with your own Landscape server", - "landscapeSetupCustom": "Advanced Configuration", + "landscapeSetupCustom": "Advanced configuration", "landscapeSetupCustomHint": "Load a custom Landscape client configuration file", "landscapeFQDNLabel": "Landscape FQDN", "landscapeFQDNError": "Invalid FQDN. Format should be a hostname or IP address.", "landscapeFQDNSaaSError": "FQDN shouldn't be landscape.canonical.com.", - "landscapeKeyLabel": "Registration Key (optional)", + "landscapeKeyLabel": "Registration key (optional)", "landscapeSSLKeyLabel": "Server SSL public key (optional)", "landscapeFileLabel": "Config file path", "landscapeFileTooLarge": "Configuration file is too large",