You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	typo
This commit is contained in:
		| @@ -299,7 +299,7 @@ export default function(props: Props) { | ||||
| 	function renderRepoApiError() { | ||||
| 		if (!repoApiError) return null; | ||||
|  | ||||
| 		return <RepoApiErrorMessage maxWidth={maxWidth} type="error">{_('Could not connect to plugin repository')} - <StyledLink href="#" onClick={() => { setFetchManifestTime(Date.now); }}>{_('Try again')}</StyledLink></RepoApiErrorMessage>; | ||||
| 		return <RepoApiErrorMessage maxWidth={maxWidth} type="error">{_('Could not connect to plugin repository')} - <StyledLink href="#" onClick={() => { setFetchManifestTime(Date.now()); }}>{_('Try again')}</StyledLink></RepoApiErrorMessage>; | ||||
| 	} | ||||
|  | ||||
| 	function renderBottomArea() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user