From b6fdbb974a61f6f114dac68e6e6fb1e50df71ca1 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:15:24 +0200 Subject: [PATCH] chore(i18n): Rename all occurrences of "circles" to "teams" Fix for #2219 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- lib/Command/CirclesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Command/CirclesTest.php b/lib/Command/CirclesTest.php index 0314bda2d..beb0a1ac2 100644 --- a/lib/Command/CirclesTest.php +++ b/lib/Command/CirclesTest.php @@ -330,7 +330,7 @@ private function testCirclesApp() { $this->initEnvironment(); } - $this->t('Circles App Initialization'); + $this->t('Teams App Initialization'); $this->reloadCirclesApp(); $this->configureCirclesApp(); $this->confirmVersion();