From 58c4d5ceb5217d9d48a6c7b24a1a15db9d5a1518 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 26 Jan 2017 16:09:56 -0300 Subject: [PATCH] Comment button order --- client/coral-embed-stream/src/Comment.js | 12 ++++++------ client/coral-plugin-permalinks/translations.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/coral-embed-stream/src/Comment.js b/client/coral-embed-stream/src/Comment.js index f734bce0b..b54276eb2 100644 --- a/client/coral-embed-stream/src/Comment.js +++ b/client/coral-embed-stream/src/Comment.js @@ -105,11 +105,6 @@ class Comment extends React.Component {
- +
+ -
{ this.state.replyBoxVisible diff --git a/client/coral-plugin-permalinks/translations.json b/client/coral-plugin-permalinks/translations.json index af5c19b0a..9e1523af8 100644 --- a/client/coral-plugin-permalinks/translations.json +++ b/client/coral-plugin-permalinks/translations.json @@ -1,12 +1,12 @@ { "en": { "permalink": { - "permalink": "Permalink" + "permalink": "Link" } }, "es": { "permalink": { - "permalink": "Enlace permanente" + "permalink": "Enlace" } } }