Translate

This commit is contained in:
Chi Vinh Le
2017-11-14 14:05:30 +01:00
parent 5a71db2568
commit 5073e60df5
2 changed files with 2 additions and 1 deletions
@@ -25,7 +25,7 @@ class CommentTombstone extends React.Component {
<p className={styles.commentTombstone}>
{this.getCopy()}
{this.props.action === 'reject' &&
<span className={styles.undo} onClick={this.props.onUndo}>Undo</span>
<span className={styles.undo} onClick={this.props.onUndo}>{t('comment.undo_reject')}</span>
}
</p>
</div>
+1
View File
@@ -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