fix(ai_automators): apply consistent Title Case to user-facing strings

Capitalize the "AI" acronym and apply Title Case uniformly across all user-facing labels in the ai_automators module, matching the convention used by other modules in the AI ecosystem (e.g. "AI Moderation Settings", "AI Prompts").

  • ai_automators.routing.yml: fix lowercase "ai" in Add/Edit/Delete titles and apply Title Case to "configuration" and "type" words
  • ai_automators.permissions.yml: fix "Administer ai automator" → "Administer AI Automator"
  • ai_automators.links.action.yml: fix "Add automators tool" → "Add Automators Tool"
  • src/Entity/AiAutomator.php: fix label_singular, label_plural, and label_count @Translation strings to use "AI Automator / AI Automators"
  • src/Entity/AutomatorsTool.php: fix label_singular, label_plural, and label_count @Translation strings to use "Automators Tool / Automators Tools" AI-assisted: Generated with AI assistance, reviewed and validated by a human.

Merge request reports

Loading