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