mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	fix: styling error + word error
This commit is contained in:
		
							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…
	
		Reference in New Issue
	
	Block a user