summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-07-19 19:46:53 +0200
committerChristopher Speller <crspeller@gmail.com>2018-07-19 10:46:53 -0700
commit17c081736186816d0bc32e76432d086fc7df3809 (patch)
tree1f127ed512137cf6851eb83c399aea9ae7157a6a /i18n
parent9aab19d462cd89a31721ffb58227958057789922 (diff)
downloadchat-17c081736186816d0bc32e76432d086fc7df3809.tar.gz
chat-17c081736186816d0bc32e76432d086fc7df3809.tar.bz2
chat-17c081736186816d0bc32e76432d086fc7df3809.zip
Add missed plugin error translation (#9131)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index aad77aeb5..b057abbf4 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3027,6 +3027,10 @@
"translation": "Unable to get active plugins"
},
{
+ "id": "app.plugin.get_statuses.app_error",
+ "translation": "Unable to get plugin statuses"
+ },
+ {
"id": "app.plugin.install.app_error",
"translation": "Unable to install plugin."
},