fix(i18n): rename COM_MOKOJOOMSTORELOCATOR stem to COM_MOKOSUITESTORELOCATOR + add _SHORT (#75)
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 17s

Claude-Session: https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R
This commit is contained in:
2026-07-06 23:25:16 +00:00
parent bca78d2f4a
commit 6748e6aa40
@@ -55,7 +55,7 @@ if ($provider === 'leaflet')
</div>
<?php
$directionsText = Text::_('COM_MOKOJOOMSTORELOCATOR_GET_DIRECTIONS', true);
$directionsText = Text::_('COM_MOKOSUITESTORELOCATOR_GET_DIRECTIONS', true);
$clusteringJs = $enableClustering ? 'true' : 'false';
$wa->addInlineScript(<<<JS