Click to expand the diff!
```diff
diff --git a/administrator/language/en-GB/com_templates.ini b/administrator/language/en-GB/com_templates.ini
index 0180ca6bab29..835ce0801167 100644
--- a/administrator/language/en-GB/com_templates.ini
+++ b/administrator/language/en-GB/com_templates.ini
@@ -193,7 +193,7 @@ COM_TEMPLATES_OVERRIDE_CREATED="Override created in "
COM_TEMPLATES_OVERRIDE_CREATED_DATE="Added to the list"
COM_TEMPLATES_OVERRIDE_FAILED="Failed to create override."
COM_TEMPLATES_OVERRIDE_MODIFIED_DATE="Last change via Update"
-COM_TEMPLATES_OVERRIDE_NOT_UPTODATE="The originals of the template override files listed below has been updated. This list aids you in reviewing those changes and marking them as checked as you progress."
+COM_TEMPLATES_OVERRIDE_NOT_UPTODATE="The original of the template override files listed below has been updated. This list aids you in reviewing those changes and marking them as checked as you progress."
COM_TEMPLATES_OVERRIDE_SOURCE="Update Source"
COM_TEMPLATES_OVERRIDE_TEMPLATE_FILE="Template File"
COM_TEMPLATES_OVERRIDE_UPTODATE="Override files are up to date. Nothing has been changed in the last extension or Joomla update."
```
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/39336 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/administrator/language/en-GB/com_templates.ini b/administrator/language/en-GB/com_templates.ini index 0180ca6bab29..835ce0801167 100644 --- a/administrator/language/en-GB/com_templates.ini +++ b/administrator/language/en-GB/com_templates.ini @@ -193,7 +193,7 @@ COM_TEMPLATES_OVERRIDE_CREATED="Override created in " COM_TEMPLATES_OVERRIDE_CREATED_DATE="Added to the list" COM_TEMPLATES_OVERRIDE_FAILED="Failed to create override." COM_TEMPLATES_OVERRIDE_MODIFIED_DATE="Last change via Update" -COM_TEMPLATES_OVERRIDE_NOT_UPTODATE="The originals of the template override files listed below has been updated. This list aids you in reviewing those changes and marking them as checked as you progress." +COM_TEMPLATES_OVERRIDE_NOT_UPTODATE="The original of the template override files listed below has been updated. This list aids you in reviewing those changes and marking them as checked as you progress." COM_TEMPLATES_OVERRIDE_SOURCE="Update Source" COM_TEMPLATES_OVERRIDE_TEMPLATE_FILE="Template File" COM_TEMPLATES_OVERRIDE_UPTODATE="Override files are up to date. Nothing has been changed in the last extension or Joomla update." ```