joomla-projects / gsoc22_guided-tour

GNU General Public License v2.0
6 stars 6 forks source link

Untranslated string in toolbar #81

Closed brianteeman closed 1 year ago

brianteeman commented 1 year ago

administrator/components/com_guidedtours/src/View/Step/HtmlView.php


        ToolbarHelper::title(
            Text::_('COM_GUIDEDTOURS') . ' - ' . ($isNew ? 'Add Step' : 'Edit Step')
        );
brianteeman commented 1 year ago

and the same in

administrator/components/com_guidedtours/src/View/Tour/HtmlView.php

brianteeman commented 1 year ago

Confirmed fix