fix: styling error + word error

This commit is contained in:
Camille
2023-01-24 13:51:53 +01:00
parent 82d036d344
commit 55e4b93562
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ export const welcomeTour: IOnBoardingMsg[] = [
title: t('Sharing'),
body: () => [
dom('p', t('Use the Share button ({{share}}) to share the document or export data.',
{share:TopBarButtonIcon(t('Share'))}))
{share: TopBarButtonIcon(t('Share'))}))
],
placement: 'bottom',
cropPadding: true,