Remove the word "either" (#1938)

This is likely there because there are two different paths
depending on if the module was loaded as a network or a user
module. But only one of them is printed here so either does
not make any sense.
This commit is contained in:
Matt Smith
2025-03-06 15:44:41 +00:00
committed by GitHub
parent e8c4cda0e6
commit 6203ae64ba

View File

@@ -41,7 +41,7 @@ class CCertMod : public CModule {
"You do not have a certificate. Please use the web interface "
"to add a certificate"));
if (GetUser()->IsAdmin()) {
PutModule(t_f("Alternatively you can either place one at {1}")(
PutModule(t_f("Alternatively you can place one at {1}")(
PemFile()));
}
}