mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-03 10:50:20 +00:00
snapshot: Clarify form label and help text
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
51bf58708c
commit
9bd45927d7
@ -30,8 +30,9 @@ class SnapshotForm(forms.Form):
|
||||
choices=[('yes', 'Enabled'), ('no', 'Disabled')])
|
||||
|
||||
enable_software_snapshots = forms.ChoiceField(
|
||||
label=_('Software Snapshots'),
|
||||
help_text=_('Enable or disable software snapshots '),
|
||||
label=_('Software Installation Snapshots'),
|
||||
help_text=_('Enable or disable snapshots before and after software '
|
||||
'installation'),
|
||||
choices=[('yes', 'Enabled'), ('no', 'Disabled')])
|
||||
|
||||
hourly_limit = forms.IntegerField(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user