diff --git a/src/gui/sharee.cpp b/src/gui/sharee.cpp index 225efe3c7b..bdaecd502d 100644 --- a/src/gui/sharee.cpp +++ b/src/gui/sharee.cpp @@ -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)");