[mobile] remove wrong chars in "about"

This commit is contained in:
Maxim Kadushkin 2021-10-23 16:14:30 +03:00
parent 8abe782d9a
commit 15fb1e9dda

View file

@ -18,7 +18,8 @@ const PageAbout = props => {
const logoCustomer = customer ? customer.logo : null; const logoCustomer = customer ? customer.logo : null;
const publisherUrl = __PUBLISHER_URL__, const publisherUrl = __PUBLISHER_URL__,
publisherPrintUrl = publisherUrl.replace(/https?:\/{2}|\/$/,""); publisherPrintUrl = publisherUrl.replace(/https?:\/{2}|\/$/g,"");
const publisherName = __PUBLISHER_NAME__.replace(/\\"/g, '"');
const editors = { const editors = {
de: 'DOCUMENT EDITOR', de: 'DOCUMENT EDITOR',