summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-system/htdocs/luci-static/resources/view/system
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-01-19 12:08:31 +0100
committerJo-Philipp Wich <jo@mein.io>2022-01-19 12:10:03 +0100
commite0ff3ff933e39597cf4a158d237c7eebb359e1bd (patch)
tree7f471784a811456b59096c72bbe5bd958cf6e235 /modules/luci-mod-system/htdocs/luci-static/resources/view/system
parent55dff3b9cef0f80b63d1b3424955800fc26db634 (diff)
luci-mod-system: mention ED25519 keys
Also update translations source strings accordingly. Fixes: #5649 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-mod-system/htdocs/luci-static/resources/view/system')
-rw-r--r--modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js
index ae2c2b3de3..a2f0bef9b4 100644
--- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js
+++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js
@@ -169,7 +169,7 @@ function addKey(ev) {
}
else if (!pubkey) {
ui.showModal(_('Add key'), [
- E('div', { class: 'alert-message warning' }, _('The given SSH public key is invalid. Please supply proper public RSA or ECDSA keys.')),
+ E('div', { class: 'alert-message warning' }, _('The given SSH public key is invalid. Please supply proper public RSA, ED25519 or ECDSA keys.')),
E('div', { class: 'right' }, E('div', { class: 'btn', click: L.hideModal }, _('Close')))
]);
}