Rename Circle=>Team

Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
Rello 2025-04-30 09:45:38 +02:00 committed by Matthieu Gallien
parent 5fe541fd11
commit 4bfe010590

View File

@ -50,7 +50,7 @@ QString Sharee::format() const
} else if (_type == Type::Federated) {
formatted += QLatin1String(" (remote)");
} else if (_type == Type::Circle) {
formatted += QLatin1String(" (circle)");
formatted += QLatin1String(" (team)");
} else if (_type == Type::Room) {
formatted += QLatin1String(" (conversation)");
}