fix: styling error + word error

pull/400/head
Camille 1 year ago
parent 82d036d344
commit 55e4b93562

@ -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,

@ -5,7 +5,7 @@ import {icon} from 'app/client/ui2018/icons';
import {cssLink} from 'app/client/ui2018/links';
import {dom, styled} from 'grainjs';
const t = makeT('DiscussionEditor');
const t = makeT('EditorTooltip');
export function showTooltipToCreateFormula(editorDom: HTMLElement, convert: () => void) {
function buildTooltip(ctl: ITooltipControl) {

Loading…
Cancel
Save