diff --git a/src/Form/ManageConditions.php b/src/Form/ManageConditions.php
index d9f6f61..c6b9025 100644
--- a/src/Form/ManageConditions.php
+++ b/src/Form/ManageConditions.php
@@ -73,7 +73,7 @@ abstract class ManageConditions extends FormBase {
     $form['add'] = [
       '#type' => 'submit',
       '#name' => 'add',
-      '#value' => t('Configure Condition'),
+      '#value' => t('Add Condition'),
       '#ajax' => [
         'callback' => [$this, 'add'],
         'event' => 'click',
