mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
09ba3892e8
commit
fc4a9183bd
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user