$this->l->t('NuQloud Scrum'), 'settings' => $this->configService->getPublicSettings(), 'text' => $this->getText(), ], TemplateResponse::RENDER_AS_USER ); } /** @return array */ private function getText(): array { return [ 'title' => $this->l->t('NuQloud Scrum'), 'workspaceSync' => $this->l->t('Workspace Sync'), 'enabled' => $this->l->t('NuQloud Scrum automation is enabled.'), 'notEnabled' => $this->l->t('NuQloud Scrum automation is not enabled yet.'), 'intro' => $this->l->t('Talk remains the primary workspace. Synced task folders and Deck cards will appear here after the sync services are connected.'), ]; } }