mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Fix "an storage" typo
This commit is contained in:
committed by
Aiden McClelland
parent
133b793953
commit
efd168a830
@@ -21,7 +21,7 @@
|
||||
<ng-template #loaded>
|
||||
<ng-container *ngIf="!storageDrives.length">
|
||||
<h2>No drives found</h2>
|
||||
<p>Please connect an storage drive to your Embassy and click "Refresh".</p>
|
||||
<p>Please connect a storage drive to your Embassy and click "Refresh".</p>
|
||||
</ng-container>
|
||||
|
||||
<ion-item-group *ngIf="storageDrives.length">
|
||||
|
||||
Reference in New Issue
Block a user