ui: fixed typo (#570)

This commit is contained in:
Jarek Kowalski
2020-08-30 15:48:39 -07:00
committed by GitHub
parent bce4d78a6f
commit 0dbaae1fa4

View File

@@ -130,7 +130,7 @@ export class RepoStatus extends Component {
</> : <>
<h3>Setup Repository</h3>
<p>Before you can use Kopia, you must connect to a repository.
Select a provider blow to connect to storage where you want to store Kopia backups.</p>
Select a provider below to connect to storage where you want to store Kopia backups.</p>
<SetupRepository />
</>;