Skip to content

Commit 783097e

Browse files
Fix duplicate ID on settings page
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 5b1b9cd commit 783097e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/UserSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<strong v-if="!config.is_email_set">{{ t('notifications', 'You need to set up your email address before you can receive notification emails.') }}</strong>
2626
</div>
2727
<p>
28-
<label for="notify_setting_batchtime" class="notification-frequency__label">
28+
<label for="notification_reminder_batchtime" class="notification-frequency__label">
2929
{{ t('notifications', 'Send email reminders about unhandled notifications after:') }}
3030
</label>
3131
<select

0 commit comments

Comments
 (0)