mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 03:54:57 +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:
+2
-2
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
// Copyright © 2022 Hardcore Engineering Inc.
|
||||
// Copyright © 2026 Hardcore Engineering Inc.
|
||||
//
|
||||
// Licensed under the Eclipse Public License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License. You may
|
||||
@@ -88,7 +88,7 @@
|
||||
|
||||
<div class="hulyComponent">
|
||||
<Header adaptive={'disabled'}>
|
||||
<Breadcrumb icon={setting.icon.Owners} label={setting.string.Owners} size={'large'} isCurrent />
|
||||
<Breadcrumb icon={setting.icon.Members} label={setting.string.Members} size={'large'} isCurrent />
|
||||
<svelte:fragment slot="search">
|
||||
<SearchInput bind:value={search} collapsed />
|
||||
</svelte:fragment>
|
||||
@@ -25,7 +25,7 @@ import EnumSetting from './components/EnumSetting.svelte'
|
||||
import Integrations from './components/integrations/Integrations.svelte'
|
||||
import General from './components/General.svelte'
|
||||
import Backup from './components/Backup.svelte'
|
||||
import Owners from './components/Owners.svelte'
|
||||
import Members from './components/Members.svelte'
|
||||
import Password from './components/Password.svelte'
|
||||
import Privacy from './components/Privacy.svelte'
|
||||
import Profile from './components/Profile.svelte'
|
||||
@@ -144,7 +144,7 @@ export default async (): Promise<Resources> => ({
|
||||
EnumSetting,
|
||||
General,
|
||||
Backup,
|
||||
Owners,
|
||||
Members,
|
||||
CreateMixin,
|
||||
InviteSetting,
|
||||
Configure,
|
||||
|
||||
Reference in New Issue
Block a user