From a5d9736abc1f5a7fb21f1ca624f7d5d4cccf178d Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 7 Nov 2019 14:29:23 -0800 Subject: [PATCH] backups: i18n for a string on verify ssh host page Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- plinth/modules/backups/templates/verify_ssh_hostkey.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plinth/modules/backups/templates/verify_ssh_hostkey.html b/plinth/modules/backups/templates/verify_ssh_hostkey.html index 9625a5b5b..d5dd9ffc5 100644 --- a/plinth/modules/backups/templates/verify_ssh_hostkey.html +++ b/plinth/modules/backups/templates/verify_ssh_hostkey.html @@ -40,7 +40,11 @@ {% endif %} {% else %}

- The authenticity of SSH host {{ hostname }} could not be established. The host advertises the following SSH public keys. Please verify any one of them. + {% blocktrans trimmed %} + The authenticity of SSH host {{ hostname }} could not be established. + The host advertises the following SSH public keys. Please verify any + one of them. + {% endblocktrans %}