diff --git a/plinth/modules/backups/forms.py b/plinth/modules/backups/forms.py index d4d2205c1..1a4ed149e 100644 --- a/plinth/modules/backups/forms.py +++ b/plinth/modules/backups/forms.py @@ -104,8 +104,7 @@ class AddRepositoryForm(forms.Form): label=_('Encryption'), help_text=format_lazy( _('"Key in Repository" means that a ' - 'password-protected key is stored with the backup.
' - 'You need this password to restore a backup!')), + 'password-protected key is stored with the backup.')), choices=[('repokey', 'Key in Repository'), ('none', 'None')] ) encryption_passphrase = forms.CharField( diff --git a/plinth/modules/backups/templates/backups_repository_add.html b/plinth/modules/backups/templates/backups_repository_add.html index db2977294..db110251e 100644 --- a/plinth/modules/backups/templates/backups_repository_add.html +++ b/plinth/modules/backups/templates/backups_repository_add.html @@ -30,6 +30,15 @@ {{ form|bootstrap }} + +