Fix wording and sorting in the settings section

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-10-01 15:48:50 +02:00
Родитель 9ec53c6ffb
Коммит 152ee6e75a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
4 изменённых файлов: 7 добавлений и 5 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

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

@ -119,6 +119,6 @@ class Personal implements ISettings {
* E.g.: 70
*/
public function getPriority(): int {
return 55;
return 20;
}
}

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

@ -25,7 +25,9 @@
<strong v-if="!config.is_email_set">{{ t('notifications', 'You need to set up your email address before you can receive notification emails.') }}</strong>
</div>
<p>
<label for="notify_setting_batchtime" class="notification-frequency__label">{{ t('notifications', 'Send notification emails after:') }}</label>
<label for="notify_setting_batchtime" class="notification-frequency__label">
{{ t('notifications', 'Send email reminders about unhandled notifications after:') }}
</label>
<select
id="notify_setting_batchtime"
v-model="config.setting_batchtime"