Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SystemMessages are still showing "Circles" instead of "Teams" #12101

Closed
SystemKeeper opened this issue Apr 13, 2024 · 0 comments · Fixed by #12113
Closed

SystemMessages are still showing "Circles" instead of "Teams" #12101

SystemKeeper opened this issue Apr 13, 2024 · 0 comments · Fixed by #12113
Labels
1. to develop bug feature: api 🛠️ OCS API for conversations, chats and participants feature: chat 💬 Chat and system messages
Milestone

Comments

@SystemKeeper
Copy link
Contributor

SystemKeeper commented Apr 13, 2024

Original issue:

image

} elseif ($message === 'circle_added') {
$parsedParameters['circle'] = $this->getCircle($parameters['circle']);
$parsedMessage = $this->l->t('{actor} added circle {circle}');
if ($currentUserIsActor) {
$parsedMessage = $this->l->t('You added circle {circle}');
} elseif ($cliIsActor) {
$parsedMessage = $this->l->t('An administrator added circle {circle}');
}
} elseif ($message === 'circle_removed') {
$parsedParameters['circle'] = $this->getCircle($parameters['circle']);
$parsedMessage = $this->l->t('{actor} removed circle {circle}');
if ($currentUserIsActor) {
$parsedMessage = $this->l->t('You removed circle {circle}');
} elseif ($cliIsActor) {
$parsedMessage = $this->l->t('An administrator removed circle {circle}');
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop bug feature: api 🛠️ OCS API for conversations, chats and participants feature: chat 💬 Chat and system messages
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants