From 542f669a94d83cf271e92d3e05021b1880350a90 Mon Sep 17 00:00:00 2001 From: Ilya Y <75578537+ilya-bkv@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:11:58 +0300 Subject: [PATCH] Publish Settings show field name (#180) Publish Settings show field name --- public/locales/en/translation.json | 2 +- public/locales/ru/translation.json | 2 +- .../Article/AudioPlayer/PlayerPlaylist.tsx | 2 +- .../Views/PublishSettings/PublishSettings.tsx | 3 +++ .../GrowingTextarea/GrowingTextarea.module.scss | 14 ++++++++++++++ .../_shared/GrowingTextarea/GrowingTextarea.tsx | 11 ++++++++++- src/styles/app.scss | 6 ++++-- 7 files changed, 34 insertions(+), 6 deletions(-) diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index c3e06da6..d2750426 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -82,7 +82,7 @@ "Decline": "Decline", "Delete": "Delete", "Delete cover": "Delete cover", - "Description": "Description...", + "Description": "Description", "Discours": "Discours", "Discours is an intellectual environment, a web space and tools that allows authors to collaborate with readers and come together to co-create publications and media projects": "Discours is an intellectual environment, a web space and tools that allows authors to collaborate with readers and come together to co-create publications and media projects", "Discours is created with our common effort": "Discours exists because of our common effort", diff --git a/public/locales/ru/translation.json b/public/locales/ru/translation.json index b3e49787..5eaf3602 100644 --- a/public/locales/ru/translation.json +++ b/public/locales/ru/translation.json @@ -86,7 +86,7 @@ "Decline": "Отмена", "Delete": "Удалить", "Delete cover": "Удалить обложку", - "Description": "Описание...", + "Description": "Описание", "Discours": "Дискурс", "Discours is an intellectual environment, a web space and tools that allows authors to collaborate with readers and come together to co-create publications and media projects": "Дискурс — это интеллектуальная среда, веб-пространство и инструменты, которые позволяют авторам сотрудничать с читателями и объединяться для совместного создания публикаций и медиапроектов", "Discours is created with our common effort": "Дискурс существует благодаря нашему общему вкладу", diff --git a/src/components/Article/AudioPlayer/PlayerPlaylist.tsx b/src/components/Article/AudioPlayer/PlayerPlaylist.tsx index ac9d5434..9e4c3e5f 100644 --- a/src/components/Article/AudioPlayer/PlayerPlaylist.tsx +++ b/src/components/Article/AudioPlayer/PlayerPlaylist.tsx @@ -160,7 +160,7 @@ export const PlayerPlaylist = (props: Props) => {