From 5073e60df52a6db965e6fc2246ac518574927e2d Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 14 Nov 2017 14:05:30 +0100 Subject: [PATCH] Translate --- client/coral-embed-stream/src/components/CommentTombstone.js | 2 +- locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/coral-embed-stream/src/components/CommentTombstone.js b/client/coral-embed-stream/src/components/CommentTombstone.js index 4fb8eaaf6..4347d4277 100644 --- a/client/coral-embed-stream/src/components/CommentTombstone.js +++ b/client/coral-embed-stream/src/components/CommentTombstone.js @@ -25,7 +25,7 @@ class CommentTombstone extends React.Component {

{this.getCopy()} {this.props.action === 'reject' && - Undo + {t('comment.undo_reject')} }

diff --git a/locales/en.yml b/locales/en.yml index 22fa11a62..8c3f60a2d 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -17,6 +17,7 @@ en: characters_remaining: "characters remaining" comment: anon: "Anonymous" + undo_reject: "Undo" ban_user: "Ban User" comment: "Post a comment" edited: Edited