mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 12:04:56 +02:00
Localization of the View (#2165)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
-->
|
||||
<script lang="ts">
|
||||
import { Button, showPopup, IconDownOutline } from '@anticrm/ui'
|
||||
import { Button, showPopup, IconDownOutline, Label } from '@anticrm/ui'
|
||||
import { Viewlet } from '@anticrm/view'
|
||||
import ViewletSetting from './ViewletSetting.svelte'
|
||||
import view from '../plugin'
|
||||
@@ -36,7 +36,7 @@
|
||||
>
|
||||
<svelte:fragment slot="content">
|
||||
<div class="flex-row-center clear-mins pointer-events-none">
|
||||
<span class="text-sm font-medium">View</span>
|
||||
<span class="text-sm font-medium"><Label label={view.string.View} /></span>
|
||||
<div class="icon"><IconDownOutline size={'full'} /></div>
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
|
||||
Reference in New Issue
Block a user