mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
fix: remove trailing space
This commit is contained in:
parent
4ce820ed67
commit
82d036d344
@ -66,7 +66,7 @@ export const welcomeTour: IOnBoardingMsg[] = [
|
||||
selector: '.tour-help-center',
|
||||
title: t('Flying higher'),
|
||||
body: () => [
|
||||
dom('p', t('Use {{helpCenter}} for documentation or questions.',
|
||||
dom('p', t('Use {{helpCenter}} for documentation or questions.',
|
||||
{helpCenter: Key(GreyIcon('Help'), t('Help Center'))})),
|
||||
],
|
||||
placement: 'right',
|
||||
|
Loading…
Reference in New Issue
Block a user