Skip to content

[6.x] Fix/typo PLG_CONTENT_JOOMLA_NEW_ARTICLE_BODY#3681

Merged
tecpromotion merged 2 commits intojoomlagerman:6.0-devfrom
tecpromotion:fix/typo-PLG_CONTENT_JOOMLA_NEW_ARTICLE_BODY
Jan 23, 2026
Merged

[6.x] Fix/typo PLG_CONTENT_JOOMLA_NEW_ARTICLE_BODY#3681
tecpromotion merged 2 commits intojoomlagerman:6.0-devfrom
tecpromotion:fix/typo-PLG_CONTENT_JOOMLA_NEW_ARTICLE_BODY

Conversation

@tecpromotion
Copy link
Copy Markdown
Member

Pull Request für Issue #

Zusammenfassung der Änderungen

old:
PLG_CONTENT_JOOMLA_NEW_ARTICLE_BODY="Ein neuer Beitrag mit dem Titel {TITEL} wurde von {NAME} eingereicht."

new:
PLG_CONTENT_JOOMLA_NEW_ARTICLE_BODY="Ein neuer Beitrag mit dem Titel {TITLE} wurde von {NAME} eingereicht."

Wo wird der Sprachstring angezeigt / Wie kann getestet werden

  • Backend
  • Frontend
  • API
  • Installation
  • Sonstiges (bitte beschreiben) ________________________

@tecpromotion tecpromotion added this to the 6.0.3v1 milestone Jan 22, 2026
@tecpromotion tecpromotion self-assigned this Jan 22, 2026
Copilot AI review requested due to automatic review settings January 22, 2026 17:20
@tecpromotion tecpromotion requested a review from a team January 22, 2026 17:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes a typo in a placeholder variable within the German translation file for the Joomla content plugin. The incorrect German placeholder {TITEL} has been corrected to the proper English placeholder {TITLE}, aligning with Joomla's standard convention of using English variable names in localized strings.

Changes:

  • Corrected placeholder variable from {TITEL} (German) to {TITLE} (English) in email notification template

@tecpromotion tecpromotion merged commit 8f137c5 into joomlagerman:6.0-dev Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants