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

@@ -48,6 +48,6 @@ export type Config = {
namespaceStrategy: string;
loginInfoUrl: string;
releaseFeedUrl: string;
mailHost: string;
mailDomainName: string;
_links: Links;
};