Use custom client URL in welcome emails
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
930dea7129
commit
905c7786fb
|
@ -148,7 +148,7 @@ class NewUserMailHelper {
|
|||
$leftButtonText,
|
||||
$link,
|
||||
$l10n->t('Install Client'),
|
||||
'https://nextcloud.com/install/#install-clients'
|
||||
$this->config->getSystemValue('customclient_desktop', 'https://nextcloud.com/install/#install-clients')
|
||||
);
|
||||
$emailTemplate->addFooter();
|
||||
|
||||
|
|
Loading…
Reference in New Issue