From 5631ddcc5aa57a97ed05b7d63b2d91af9072596b Mon Sep 17 00:00:00 2001 From: Taras Semenenko Date: Fri, 22 Apr 2016 01:04:33 +0300 Subject: [PATCH] Support rtl in suggestion altering area --- pootle/static/js/editor/components/SuggestionFeedbackForm.js | 1 + pootle/templates/editor/_scripts.html | 1 + 2 files changed, 2 insertions(+) diff --git a/pootle/static/js/editor/components/SuggestionFeedbackForm.js b/pootle/static/js/editor/components/SuggestionFeedbackForm.js index 72032da4496..20d8ee55fa3 100644 --- a/pootle/static/js/editor/components/SuggestionFeedbackForm.js +++ b/pootle/static/js/editor/components/SuggestionFeedbackForm.js @@ -75,6 +75,7 @@ export const SuggestionFeedBackForm = React.createClass({ errors={errors.translation} value={formData.translation} data-action="overwrite" + dir={this.props.editor.settings.languageDirection} />