Rename "mail host" to "mail domain name"

This commit is contained in:
René Pfeuffer
2020-10-14 08:17:33 +02:00
parent e60ea987dd
commit be6bb8bf37
11 changed files with 31 additions and 31 deletions

View File

@@ -59,7 +59,7 @@ public class ConfigDto extends HalRepresentation {
private String namespaceStrategy;
private String loginInfoUrl;
private String releaseFeedUrl;
private String mailHost;
private String mailDomainName;
@Override
@SuppressWarnings("squid:S1185") // We want to have this method available in this package