From 201b4d6de4837c66bd4940236898e8b5adf47508 Mon Sep 17 00:00:00 2001 From: shpuld Date: Tue, 26 Feb 2019 21:09:27 +0200 Subject: [PATCH] Put punctuation into i18n, remove commented line --- src/components/status/status.vue | 3 +-- src/i18n/en.json | 2 +- src/i18n/fi.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/status/status.vue b/src/components/status/status.vue index ef4eedd7..0a136cf7 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -34,7 +34,6 @@
-

@@ -77,7 +76,7 @@

- {{$t('status.replies')}}: + {{$t('status.replies_list')}} {{reply.name}}  diff --git a/src/i18n/en.json b/src/i18n/en.json index c6dc0c27..0df6b69e 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -351,7 +351,7 @@ }, "status": { "reply_to": "Reply to", - "replies": "Replies" + "replies_list": "Replies:" }, "user_card": { "approve": "Approve", diff --git a/src/i18n/fi.json b/src/i18n/fi.json index 944c595d..28510172 100644 --- a/src/i18n/fi.json +++ b/src/i18n/fi.json @@ -217,7 +217,7 @@ }, "status": { "reply_to": "Vastaus", - "replies": "Vastaukset" + "replies_list": "Vastaukset:" }, "user_card": { "approve": "Hyväksy",