From 5018e60a1330c1bf2c78db5aed807d1e6438f7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 21 Jun 2019 14:10:56 +0200 Subject: [PATCH] Renamed Tag to Hashtag in the Frontend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not in the database yet … --- webapp/components/ContributionForm/index.vue | 6 +- webapp/components/Editor/index.vue | 58 ++++++++++--------- .../Editor/nodes/{Tag.js => Hashtag.js} | 8 +-- webapp/locales/de.json | 4 +- webapp/locales/en.json | 4 +- 5 files changed, 41 insertions(+), 39 deletions(-) rename webapp/components/Editor/nodes/{Tag.js => Hashtag.js} (83%) diff --git a/webapp/components/ContributionForm/index.vue b/webapp/components/ContributionForm/index.vue index 3126fdc46..6c3c57640 100644 --- a/webapp/components/ContributionForm/index.vue +++ b/webapp/components/ContributionForm/index.vue @@ -6,7 +6,7 @@ @@ -80,7 +80,7 @@ export default { disabled: false, slug: null, users: [], - tags: [], + hashtags: [], } }, watch: { @@ -179,7 +179,7 @@ export default { ` }, result(result) { - this.tags = result.data.Tag + this.hashtags = result.data.Tag }, }, }, diff --git a/webapp/components/Editor/index.vue b/webapp/components/Editor/index.vue index cbfaec854..538aac2fa 100644 --- a/webapp/components/Editor/index.vue +++ b/webapp/components/Editor/index.vue @@ -15,18 +15,20 @@
{{ $t('editor.mention.noUsersFound') }}
-