mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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(
|
enable_software_snapshots = forms.ChoiceField(
|
||||||
label=_('Software Installation Snapshots'),
|
label=_('Software Installation Snapshots'),
|
||||||
help_text=_('Enable or disable snapshots before and after software '
|
help_text=_('Enable or disable snapshots before and after each '
|
||||||
'installation'), choices=[('yes', _('Enabled')),
|
'software installation and update.'),
|
||||||
('no', _('Disabled'))])
|
choices=[('yes', _('Enabled')), ('no', _('Disabled'))])
|
||||||
|
|
||||||
hourly_limit = forms.IntegerField(
|
hourly_limit = forms.IntegerField(
|
||||||
label=_('Hourly Snapshots Limit'), min_value=0,
|
label=_('Hourly Snapshots Limit'), min_value=0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user