From 980a149b289dcd6e7502e137c1a972b19cfcee37 Mon Sep 17 00:00:00 2001 From: Kitteh Date: Tue, 20 Apr 2021 23:23:34 +0100 Subject: [PATCH] Added missing translations. --- src/translations/en.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/translations/en.js b/src/translations/en.js index ceaec78..363a884 100644 --- a/src/translations/en.js +++ b/src/translations/en.js @@ -100,6 +100,7 @@ module.exports = { "totp_new_info": "You need either a key or a URI, URI prefered but may not work. Just scan the QR code and copy the URL.", "totp_new_uri_input": "URI", "totp_new_key_input": "Key", + "totp_new_add_btn": "Add TOTP Key", } \ No newline at end of file