mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8223 from nextcloud/Rello-patch-1
gui: rename Circle=>Team
This commit is contained in:
commit
22390a17d8
@ -249,7 +249,7 @@
|
||||
<menuItem title="Federated cloud share" id="RZP-ME-baz">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Circle share" id="yDE-lS-rJZ">
|
||||
<menuItem title="Team share" id="yDE-lS-rJZ">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Talk conversation share" id="aHo-Mr-vTn">
|
||||
|
||||
@ -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