Simplify string.

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2021-11-04 07:00:21 +01:00 коммит произвёл GitHub
Родитель 5ef7966461
Коммит 611d8924ea
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,7 @@
<div class="user_settings">
<h2>{{ t('polls', 'Performance settings') }}</h2>
<div>
{{ t('polls', 'If you are experiencing connection problems, change the behavior, how auto updates are retrieved.') }}
{{ t('polls', 'If you are experiencing connection problems, change how auto updates are retrieved.') }}
</div>
<RadioGroupDiv v-model="updateType" :options="updateTypeOptions" />
</div>