backups: Add warning that services may become unavailable

Closes: #1500.

Tests:

- Form shows description.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2025-01-06 14:55:08 -08:00 committed by James Valleroy
parent 872e161ec2
commit 03484bd026
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -77,7 +77,9 @@ class ScheduleForm(forms.Form):
run_at_hour = forms.IntegerField(
label=_('Hour of the day to trigger backup operation'), required=True,
min_value=0, max_value=23, help_text=_('In 24 hour format.'))
min_value=0, max_value=23, help_text=_(
'In 24 hour format. Services may become temporarily unavailable '
'while running backup operation at this time of the day.'))
selected_apps = forms.MultipleChoiceField(
label=_('Included apps'), help_text=_('Apps to include in the backup'),