mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	(core) Fix typo in tutorial card
Test Plan: N/A Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D4308
This commit is contained in:
		
							parent
							
								
									5dbdb5c06c
								
							
						
					
					
						commit
						1ce26ea6f5
					
				@ -50,7 +50,7 @@ export function buildOnboardingCards(
 | 
				
			|||||||
          t('Complete our basics tutorial'),
 | 
					          t('Complete our basics tutorial'),
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
        cssTutorialCardSubHeader(
 | 
					        cssTutorialCardSubHeader(
 | 
				
			||||||
          t('Learn the basic of reference columns, linked widgets, column types, & cards.')
 | 
					          t('Learn the basics of reference columns, linked widgets, column types, & cards.')
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
        cssTutorialCardBody(
 | 
					        cssTutorialCardBody(
 | 
				
			||||||
          cssTutorialProgress(
 | 
					          cssTutorialProgress(
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user