Change Circle type to Team in sharee.cpp

Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
Rello 2025-09-05 08:17:16 +07:00 committed by Matthieu Gallien
parent 62f4a1499c
commit ef62120fc5

View File

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