From 1da98d0675eee7b641c14758175e082dfa059c31 Mon Sep 17 00:00:00 2001 From: Harry W Date: Sun, 3 Oct 2021 10:36:01 +0100 Subject: [PATCH] Add certificates/download --- frontend/js/i18n/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/js/i18n/messages.json b/frontend/js/i18n/messages.json index 1e00ef7c..1b77a963 100644 --- a/frontend/js/i18n/messages.json +++ b/frontend/js/i18n/messages.json @@ -115,6 +115,9 @@ "processing-info": "Processing... This might take a few minutes.", "passphrase-protection-support-info": "Key files protected with a passphrase are not supported." }, + "certificates": { + "download": "Download" + }, "proxy-hosts": { "title": "Proxy Hosts", "empty": "There are no Proxy Hosts",