[mobile] fix bug 53325

This commit is contained in:
Maxim Kadushkin 2021-10-24 13:25:10 +03:00
parent 15fb1e9dda
commit 116b4e15ab

View file

@ -80,7 +80,7 @@ const PageAbout = props => {
<p>
<label>{_t.textPoweredBy}</label>
</p>
<h3 className="vendor">{__PUBLISHER_NAME__}</h3>
<h3 className="vendor">{publisherName}</h3>
<p>
<Link className="external" target="_blank" href={publisherUrl}>{publisherPrintUrl}</Link>
</p>
@ -96,7 +96,7 @@ const PageAbout = props => {
<h3>{_t.textVersion} {__PRODUCT_VERSION__}</h3>
</div>
<div className="content-block">
<h3 id="settings-about-name" className="vendor">{__PUBLISHER_NAME__}</h3>
<h3 id="settings-about-name" className="vendor">{publisherName}</h3>
<p>
<label>{_t.textAddress}:</label>
<a id="settings-about-address" className="external">{__PUBLISHER_ADDRESS__}</a>