diff --git a/webui/src/views/AddRepoModal.tsx b/webui/src/views/AddRepoModal.tsx index 736088a8..ee5d600c 100644 --- a/webui/src/views/AddRepoModal.tsx +++ b/webui/src/views/AddRepoModal.tsx @@ -211,7 +211,7 @@ export const AddRepoModal = ({
  • SFTP e.g. sftp://user@host:/repo-path
  • See{" "} - + restic docs {" "} for more info. @@ -384,7 +384,7 @@ export const AddRepoModal = ({ The schedule on which prune operations are run for this repository. Read{" "} - + the restic docs on customizing prune operations {" "} for more details. diff --git a/webui/src/views/GettingStartedGuide.tsx b/webui/src/views/GettingStartedGuide.tsx index dea53481..8c7c2c8c 100644 --- a/webui/src/views/GettingStartedGuide.tsx +++ b/webui/src/views/GettingStartedGuide.tsx @@ -25,13 +25,13 @@ export const GettingStartedGuide = () => {
  • See{" "} - + the restic docs on preparing a new repository {" "} for details about available repository types and how they can be configured.
  • -
  • See the Backrest wiki for instructions on how to configure Backrest.
  • +
  • See the Backrest wiki for instructions on how to configure Backrest.
  • Tips