Translate "Your Business Profile" Button on Mobile Menu
« on: December 01, 2023, 09:54:07 PM »
On mobile menu, when users are logged in, there is a link "You Business Profile".
How can I translate that? I cannot find it on Business Profile Plugin language files.

Best regards

*

MB Themes

Re: Translate "Your Business Profile" Button on Mobile Menu
« Reply #1 on: December 02, 2023, 03:34:35 PM »
Might be in theme translation.
Please provide screenshot/url for details.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Translate "Your Business Profile" Button on Mobile Menu
« Reply #2 on: December 03, 2023, 05:55:29 PM »
Hello,

I couldn‘t find it in neither theme translation files nor business profile plugin.

See attached the screenshots.

Thanks in advance

*

MB Themes

Re: Translate "Your Business Profile" Button on Mobile Menu
« Reply #3 on: December 05, 2023, 10:50:32 AM »
Code: [Select]
        <?php if(function_exists('bpr_companies_url')) { ?>
          <a class="your-business-profile" href="<?php echo osc_route_url('bpr-profile'); ?>">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" width="24" height="24"><path d="M528 32H48C21.5 32 0 53.5 0 80v16h576V80c0-26.5-21.5-48-48-48zM0 432c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V128H0v304zm352-232c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zm0 64c0-4.4 3.6-8 8-8h144c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-16zM176 192c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM67.1 396.2C75.5 370.5 99.6 352 128 352h8.2c12.3 5.1 25.7 8 39.8 8s27.6-2.9 39.8-8h8.2c28.4 0 52.5 18.5 60.9 44.2 3.2 9.9-5.2 19.8-15.6 19.8H82.7c-10.4 0-18.8-10-15.6-19.8z"/></svg>
            <?php _e('Your business profile''epsilon'); ?>
          </a>
        <?php ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots