copy changes to cifs backups (#1238)

* copy changes to cifs backups

* Update frontend/projects/setup-wizard/src/app/pages/recover/recover.page.html

Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>

* capitalize

Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com>
This commit is contained in:
Matt Hill
2022-02-21 10:28:39 -07:00
committed by GitHub
parent bd04eb8a20
commit fed5ad6235
4 changed files with 27 additions and 23 deletions

View File

@@ -10,8 +10,8 @@
<ion-card-header class="ion-text-center">
<ion-card-title>Recover</ion-card-title>
<ion-card-subtitle
>Select the shared folder or drive containing your Embassy
backup</ion-card-subtitle
>Select the LAN Shared Folder or physical drive containing your
Embassy backup</ion-card-subtitle
>
</ion-card-header>
@@ -25,13 +25,13 @@
<!-- loaded -->
<ion-item-group *ngIf="!loading" class="ion-text-center">
<!-- cifs -->
<h2 class="target-label">Shared Network Folder</h2>
<h2 class="target-label">LAN Shared Folder</h2>
<p class="ion-padding-bottom">
Using a shared folder is the recommended way to recover from
Using a LAN Shared Folder is the recommended way to recover from
backup, since it works with all Embassy hardware configurations.
To recover from a shared folder, please follow the
View the
<a
href="https://docs.start9.com/user-manual/general/backups.html#shared-network-folder"
href="https://docs.start9.com/user-manual/general/backups.html#lan-backups"
target="_blank"
noreferrer
>instructions</a
@@ -46,7 +46,7 @@
size="large"
color="light"
></ion-icon>
<ion-label>Open Shared Folder</ion-label>
<ion-label>Open</ion-label>
</ion-item>
<br />