diff --git a/openslides/motions/config_variables.py b/openslides/motions/config_variables.py
index 860c016e7..8c67dc4cf 100644
--- a/openslides/motions/config_variables.py
+++ b/openslides/motions/config_variables.py
@@ -191,8 +191,8 @@ def get_config_variables():
name='motions_poll_default_majority_method',
default_value='simple_majority',
input_type='majorityMethod',
- label='Method for majority tests',
- help_text='Default method to determine whether a motion is successful.',
+ label='Required majority',
+ help_text='Default method to check whether a motion has reached the required majority.',
weight=357,
group='Motions',
subgroup='Voting and ballot papers')
diff --git a/openslides/motions/static/js/motions/site.js b/openslides/motions/static/js/motions/site.js
index fbea9ca2e..902db5685 100644
--- a/openslides/motions/static/js/motions/site.js
+++ b/openslides/motions/static/js/motions/site.js
@@ -1643,6 +1643,12 @@ angular.module('OpenSlidesApp.motions.site', [
gettext('All valid ballots');
gettext('All casted ballots');
gettext('Disabled (no percents)');
+ gettext('Required majority');
+ gettext('Default method to check whether a motion has reached the required majority.');
+ gettext('Simple majority');
+ gettext('Two-thirds majority');
+ gettext('Three-quarters majority');
+ gettext('Disabled');
gettext('Number of ballot papers (selection)');
gettext('Number of all delegates');
gettext('Number of all participants');
diff --git a/openslides/motions/static/templates/motions/motion-detail.html b/openslides/motions/static/templates/motions/motion-detail.html
index 1b640c606..337b06c32 100644
--- a/openslides/motions/static/templates/motions/motion-detail.html
+++ b/openslides/motions/static/templates/motions/motion-detail.html
@@ -182,7 +182,7 @@
-
@@ -191,17 +191,11 @@