From cfa228c2f3c852ad6f5829fddfffe1f49a1f98f0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 6 Feb 2018 15:44:57 +0000 Subject: [PATCH] Fix capitalisation of "Root Certificate" Reported-by: Tom Rymes Signed-off-by: Michael Tremer Fixes: #10595 --- langs/en/cgi-bin/en.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index a22c4b5667..a343b3bd7d 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -2059,7 +2059,7 @@ 'restore settings' => 'Reset Settings', 'reverse sort' => 'Sort in reverse chronological order', 'root' => 'Root', -'root certificate' => 'Root certificate', +'root certificate' => 'Root Certificate', 'root path' => 'Root path', 'root user password' => 'Root password', 'route subnet is invalid' => 'Additional push route subnet is invalid', -- 2.39.5