From 116b4e15ab6a44ecd27a7791d7b65b878ceab3f8 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Sun, 24 Oct 2021 13:25:10 +0300 Subject: [PATCH] [mobile] fix bug 53325 --- apps/common/mobile/lib/view/About.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/common/mobile/lib/view/About.jsx b/apps/common/mobile/lib/view/About.jsx index e1bed1425..3dd4cac9a 100644 --- a/apps/common/mobile/lib/view/About.jsx +++ b/apps/common/mobile/lib/view/About.jsx @@ -80,7 +80,7 @@ const PageAbout = props => {

-

{__PUBLISHER_NAME__}

+

{publisherName}

{publisherPrintUrl}

@@ -96,7 +96,7 @@ const PageAbout = props => {

{_t.textVersion} {__PRODUCT_VERSION__}

-

{__PUBLISHER_NAME__}

+

{publisherName}

{__PUBLISHER_ADDRESS__}