Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Reder committed May 11, 2018
1 parent 028d212 commit f118fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/areas/ServerArea.tsx
Expand Up @@ -60,7 +60,7 @@ export class ServerArea extends React.PureComponent<ServerAreaProps, ServerAreaS
if (!this.mounted) return
if (!servers) {
this.setState({
warning: 'Could not fetch server list. You or the website might be offline. This doesn\'t mean, that Nintendo sent us a DMCA. You can still search for emulator on our Discord server and direct connect to them.'
warning: 'Could not fetch server list. You or the website might be offline. This doesn\'t mean, that Nintendo sent us a DMCA. You can still search for servers on our Discord server and direct connect to them.'
})
return
}
Expand Down

0 comments on commit f118fd7

Please sign in to comment.