Localization of the View (#2165)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-06-29 13:54:47 +07:00
committed by GitHub
parent 865ec05909
commit 4d42059ec8
5 changed files with 10 additions and 7 deletions
@@ -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>