diff --git a/plinth/modules/snapshot/forms.py b/plinth/modules/snapshot/forms.py index 8e6c43d54..1b9dd8b2b 100644 --- a/plinth/modules/snapshot/forms.py +++ b/plinth/modules/snapshot/forms.py @@ -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(