Skip to content
Snippets Groups Projects
Commit 211f9a0a authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3269809: Enhance wording for Varbase install - configure site page

parent 923d35fd
No related branches found
No related tags found
2 merge requests!24Issue #3301451: Composer is fixed to docroot folder Primary tabs View(active tab),!12Issue #3269809: Enhance wording for Varbase install - configure site page
......@@ -32,7 +32,7 @@ function varbase_form_install_configure_form_alter(&$form, FormStateInterface $f
$form['admin_account']['account']['name']['#default_value'] = 'webmaster';
$form['admin_account']['account']['name']['#attributes']['disabled'] = TRUE;
$form['admin_account']['account']['mail']['#default_value'] = 'webmaster@vardot.com';
$form['admin_account']['account']['mail']['#description'] = t('In most case, and for <a target="_blank" href="@link">Vardot</a> specific use, we recommend this to always be <em>webmaster@vardot.com</em>.', ['@link' => 'http://vardot.com']);
$form['admin_account']['account']['mail']['#description'] = t('In most cases, and for <a target="_blank" href="@link">Vardot</a>’s specific use, we recommend this to always be <em>webmaster@vardot.com</em>.', ['@link' => 'http://vardot.com']);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment