mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 04:37:44 +02:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user