From 43dcf6c76a9773a599005053e3874196e0445950 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 2 Dec 2016 02:00:37 -0300 Subject: [PATCH] Ivan - Change discard button label edit topic [skip ci] --- client/src/app-components/topic-edit-modal.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/app-components/topic-edit-modal.js b/client/src/app-components/topic-edit-modal.js index a22b73c4..72c2a10f 100644 --- a/client/src/app-components/topic-edit-modal.js +++ b/client/src/app-components/topic-edit-modal.js @@ -38,7 +38,9 @@ class TopicEditModal extends React.Component { {i18n('SAVE')} - + );