From 5b5b7c329af826dca395a3c35e376ae65495baa2 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 4 Dec 2016 22:40:08 -0300 Subject: [PATCH] Ivan - fix minor issues [skip ci] --- client/src/app/admin/panel/users/admin-panel-ban-users.js | 2 +- client/src/data/languages/en.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/app/admin/panel/users/admin-panel-ban-users.js b/client/src/app/admin/panel/users/admin-panel-ban-users.js index 49998052..aac27f29 100644 --- a/client/src/app/admin/panel/users/admin-panel-ban-users.js +++ b/client/src/app/admin/panel/users/admin-panel-ban-users.js @@ -1,5 +1,5 @@ import React from 'react'; -import _ from 'react'; +import _ from 'lodash'; import i18n from 'lib-app/i18n'; import API from 'lib-app/api-call'; diff --git a/client/src/data/languages/en.js b/client/src/data/languages/en.js index d29f9b03..e60a8f4e 100644 --- a/client/src/data/languages/en.js +++ b/client/src/data/languages/en.js @@ -93,6 +93,7 @@ export default { 'LAST_EDITED_IN': 'Last edited in {date}', 'EDIT': 'Edit', 'NO_RESULTS': 'No results', + 'DELETE_AND_BAN': 'Delete and ban', //VIEW DESCRIPTIONS 'CREATE_TICKET_DESCRIPTION': 'This is a form for creating tickets. Fill the form and send us your issues/doubts/suggestions. Our support system will answer it as soon as possible.', @@ -114,6 +115,7 @@ export default { 'EDIT_TOPIC_DESCRIPTION': 'Here you can change the name, the icon and the icon color of the topic.', 'ADD_ARTICLE_DESCRIPTION': 'Here you can add an article that will be available for every user. It will be added inside the category {category}.', 'LIST_ARTICLES_DESCRIPTION': 'This is a list of articles that includes information about our services.', + 'ADD_TOPIC_DESCRIPTION': 'Here you can add a topic that works as a category for articles.', //ERRORS 'EMAIL_OR_PASSWORD': 'Email or password invalid',