Merge pull request #114 from zionio/dev-fix-typo

Fix simple typo
This commit is contained in:
Ravinou 2023-12-30 17:59:46 +01:00 committed by GitHub
commit 1f519c50fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ function WizardStep2(props) {
<div className={classes.separator}></div>
<h2>Borgmatic</h2>
<div className={classes.description}>
If you are using Borgmatic and have <b>already edited</b> the
If you are using Borgmatic and have <b>already edited</b> the configuration file
(find a sample on the step 4) :
<br />
<div
@ -68,9 +68,9 @@ function WizardStep2(props) {
}}
>
<div className={classes.code}>
borg init -e repokey-blake2
borgmatic init -e repokey-blake2
</div>
<CopyButton dataToCopy='borg init -e repokey-blake2' />
<CopyButton dataToCopy='borgmatic init -e repokey-blake2' />
</div>
</div>