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"
}
}
}