Rename owners to members in workspace settings (#10729)

* Renamw owners to members in workspace settings

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Fix tests

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Try to fix tests

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Fix formatting

Signed-off-by: Artem Savchenko <armisav@gmail.com>

---------

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-04-09 14:14:19 +07:00
committed by GitHub
parent a593b81680
commit f78df72be5
25 changed files with 41 additions and 41 deletions
+2 -3
View File
@@ -189,7 +189,7 @@ export default plugin(settingId, {
Terms: '' as Ref<Doc>,
ClassSetting: '' as Ref<Doc>,
General: '' as Ref<Doc>,
Owners: '' as Ref<Doc>,
Members: '' as Ref<Doc>,
InviteSettings: '' as Ref<Doc>,
RoleCapabilitySettings: '' as Ref<Doc>,
WorkspaceSetting: '' as Ref<Doc>,
@@ -275,7 +275,7 @@ export default plugin(settingId, {
Reconnect: '' as IntlString,
ClassSetting: '' as IntlString,
Classes: '' as IntlString,
Owners: '' as IntlString,
Members: '' as IntlString,
Configure: '' as IntlString,
InviteSettings: '' as IntlString,
RoleCapabilitySettings: '' as IntlString,
@@ -357,7 +357,6 @@ export default plugin(settingId, {
},
icon: {
AccountSettings: '' as Asset,
Owners: '' as Asset,
Members: '' as Asset,
GuestPermissions: '' as Asset,
Password: '' as Asset,