Skip to content

Commit

Permalink
ui: fixed typo (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowalski committed Aug 30, 2020
1 parent bce4d78 commit 0dbaae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmlui/src/RepoStatus.js
Expand Up @@ -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 />
</>;
Expand Down

0 comments on commit 0dbaae1

Please sign in to comment.