diff --git a/advagg_cdn/src/Form/SettingsForm.php b/advagg_cdn/src/Form/SettingsForm.php
index 7c74abc..156c450 100644
--- a/advagg_cdn/src/Form/SettingsForm.php
+++ b/advagg_cdn/src/Form/SettingsForm.php
@@ -102,7 +102,7 @@ class SettingsForm extends ConfigFormBase {
     ];
     $form['jquery']['jquery_version'] = [
       '#type' => 'textfield',
-      '#title' => t('jQuery Version'),
+      '#title' => t('jQuery version'),
       '#default_value' => $config->get('jquery_version'),
       '#description' => t('Version of jQuery to load.'),
       '#states' => [
@@ -149,7 +149,7 @@ class SettingsForm extends ConfigFormBase {
     ];
     $form['jquery_ui']['jquery_ui_theme'] = [
       '#type' => 'select',
-      '#title' => t('jQuery UI theme.'),
+      '#title' => t('jQuery UI theme'),
       '#default_value' => $config->get('jquery_ui_theme'),
       '#description' => t('Choose which jQuery theme to use. Smoothness is the most basic and similar to Drupal standard version.'),
       '#options' => array_combine($jquery_themes, $jquery_themes),
@@ -161,7 +161,7 @@ class SettingsForm extends ConfigFormBase {
     ];
     $form['jquery_ui']['jquery_ui_version'] = [
       '#type' => 'textfield',
-      '#title' => t('jQuery Version'),
+      '#title' => t('jQuery UI version'),
       '#default_value' => $config->get('jquery_ui_version'),
       '#description' => t('Version of jQuery UI to load.'),
     ];
