From 8e680320f6006b7eedef91a9e4fea546b8f8cf80 Mon Sep 17 00:00:00 2001 From: Ezekiel Kigbo Date: Tue, 25 Jun 2019 02:15:36 +0000 Subject: Replace backticks with single quotes Correctly interpolate string with url --- .../javascripts/issue_show/components/fields/description.vue | 4 ++-- .../issue_show/components/fields/description_template.vue | 6 +++--- app/assets/javascripts/issue_show/components/fields/title.vue | 4 ++-- .../javascripts/issue_show/components/locked_warning.vue | 11 ++++------- 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/app/assets/javascripts/issue_show/components/fields/description.vue b/app/assets/javascripts/issue_show/components/fields/description.vue index 4b29ac8782a..447d7bf21a5 100644 --- a/app/assets/javascripts/issue_show/components/fields/description.vue +++ b/app/assets/javascripts/issue_show/components/fields/description.vue @@ -55,8 +55,8 @@ export default { qa-description-textarea" dir="auto" data-supports-quick-actions="false" - :aria-label="__(`Description`)" - :placeholder="__(`Write a comment or drag your files here…`)" + :aria-label="__('Description')" + :placeholder="__('Write a comment or drag your files here…')" @keydown.meta.enter="updateIssuable" @keydown.ctrl.enter="updateIssuable" > diff --git a/app/assets/javascripts/issue_show/components/fields/description_template.vue b/app/assets/javascripts/issue_show/components/fields/description_template.vue index 4107a3f3b7a..6f955928d8e 100644 --- a/app/assets/javascripts/issue_show/components/fields/description_template.vue +++ b/app/assets/javascripts/issue_show/components/fields/description_template.vue @@ -64,7 +64,7 @@ export default { Choose a template