mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Rename Circle=>Team
Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
parent
5fe541fd11
commit
4bfe010590
@ -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)");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user