Skip to content
Snippets Groups Projects
Commit 7490b1d6 authored by seoulpanda20's avatar seoulpanda20 Committed by davisben
Browse files

Update Service Override Form's 'Version' field description to no longer be...

parent 5c8371fe
Branches
Tags
1 merge request!13Update Service Override Form's 'Version' field description to no longer be...
......@@ -115,7 +115,7 @@ class ServiceOverrideForm extends ConfigFormBase {
$form['version'] = [
'#type' => 'select',
'#title' => $this->t('Version'),
'#description' => $this->t('The profile that will be used to authenticate this service.'),
'#description' => $this->t('The version of the service that this override affects.'),
'#options' => $version_options,
'#default_value' => $settings['version'] ?? NULL,
'#prefix' => '<div id="service-versions">',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment