mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
fix: styling error + word error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user