diff --git a/administrator/components/com_localise/tmpl/translation/edit.php b/administrator/components/com_localise/tmpl/translation/edit.php index d430e24..da5df64 100644 --- a/administrator/components/com_localise/tmpl/translation/edit.php +++ b/administrator/components/com_localise/tmpl/translation/edit.php @@ -51,8 +51,8 @@ if ($saved_ref != 0 && $allow_develop == 1 && $ref_tag == 'en-GB' && $istranslation == 0) { Factory::getApplication()->enqueueMessage( - Text::sprintf('COM_LOCALISE_NOTICE_EDIT_REFERENCE_HAS_LIMITED_USE', $source_ref), - 'notice'); + Text::sprintf('COM_LOCALISE_NOTICE_EDIT_REFERENCE_HAS_LIMITED_USE', $source_ref), + 'notice'); } $app = Factory::getApplication(); @@ -193,7 +193,7 @@ function returnAll()
-