mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Change Circle type to Team in sharee.cpp
Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
parent
62f4a1499c
commit
ef62120fc5
@ -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)");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user