summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@bsdio.com>2025-06-14 19:03:26 -0600
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-06-16 23:03:46 +0000
commit0dde8cd3149caf00c1950616a15f1eae48c60d44 (patch)
tree6f91f1b2faa9b3c734bbb44268120ed20b53f502
parent897edd165c400b613b9d1c2acdea1ce600126cd1 (diff)
downloadedk2-0dde8cd3149caf00c1950616a15f1eae48c60d44.zip
edk2-0dde8cd3149caf00c1950616a15f1eae48c60d44.tar.gz
edk2-0dde8cd3149caf00c1950616a15f1eae48c60d44.tar.bz2
NetworkPkg: Change 'Tls' to 'TLS'
Sicne it's a user-visible string, change 'Tls' to 'TLS', which is more correct. Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
-rw-r--r--NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxeStrings.uni6
1 files changed, 3 insertions, 3 deletions
diff --git a/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxeStrings.uni b/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxeStrings.uni
index 2b4a27d..0afa6e3 100644
--- a/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxeStrings.uni
+++ b/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxeStrings.uni
@@ -1,5 +1,5 @@
/** @file
- String definitions for Tls Authentication Configuration form.
+ String definitions for TLS Authentication Configuration form.
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -8,8 +8,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#langdef en-US "English"
-#string STR_TLS_AUTH_CONFIG_TITLE #language en-US "Tls Auth Configuration"
-#string STR_TLS_AUTH_CONFIG_HELP #language en-US "Press <Enter> to select Tls Auth Configuration."
+#string STR_TLS_AUTH_CONFIG_TITLE #language en-US "TLS Auth Configuration"
+#string STR_TLS_AUTH_CONFIG_HELP #language en-US "Press <Enter> to select TLS Auth Configuration."
#string STR_TLS_AUTH_CONFIG_SERVER_CA #language en-US "Server CA Configuration"
#string STR_TLS_AUTH_CONFIG_SERVER_CA_HELP #language en-US "Press <Enter> to configure Server CA."