snapshots: Clarify that snapshots are take during updates too

Closes: #1917.

Tests:

- The UI message got updated.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-01-25 20:31:37 -08:00 committed by James Valleroy
parent 09ba3892e8
commit fc4a9183bd
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -24,9 +24,9 @@ class SnapshotForm(forms.Form):
enable_software_snapshots = forms.ChoiceField(
label=_('Software Installation Snapshots'),
help_text=_('Enable or disable snapshots before and after software '
'installation'), choices=[('yes', _('Enabled')),
('no', _('Disabled'))])
help_text=_('Enable or disable snapshots before and after each '
'software installation and update.'),
choices=[('yes', _('Enabled')), ('no', _('Disabled'))])
hourly_limit = forms.IntegerField(
label=_('Hourly Snapshots Limit'), min_value=0,