From aaf08794344d34d9b88b75e98df154a9519fb772 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 24 Dec 2021 07:54:53 -0500 Subject: [PATCH] backups: Capitalize 'SSH' in template Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- .../backups/templates/backups_add_remote_repository.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/backups/templates/backups_add_remote_repository.html b/plinth/modules/backups/templates/backups_add_remote_repository.html index 8b4587b0b..9065216f0 100644 --- a/plinth/modules/backups/templates/backups_add_remote_repository.html +++ b/plinth/modules/backups/templates/backups_add_remote_repository.html @@ -19,7 +19,7 @@ {% blocktrans trimmed %} The credentials for this repository are stored on your {{ box_name }}.
- To restore a backup on a new {{ box_name }} you need the ssh + To restore a backup on a new {{ box_name }} you need the SSH credentials and, if chosen, the encryption passphrase. {% endblocktrans %}