snapshot: Clarify form label and help text

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-04-09 18:49:08 -04:00
parent 51bf58708c
commit 9bd45927d7
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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(