mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
fix misspelling
This commit is contained in:
committed by
Aiden McClelland
parent
044c4cc7b2
commit
d8fb32ea8b
@@ -16,7 +16,7 @@
|
||||
<ion-card-content class="ion-margin">
|
||||
<ng-container *ngIf="!loading && !storageDrives.length">
|
||||
<h2>No drives found</h2>
|
||||
<p>Please connect an storage drive to your Embassy and refresh the page.</p>
|
||||
<p>Please connect a storage drive to your Embassy and refresh the page.</p>
|
||||
<ion-button style="margin-top: 25px;" (click)="refresh()" color="light">
|
||||
Refresh
|
||||
</ion-button>
|
||||
|
||||
@@ -298,12 +298,6 @@ ion-loading {
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.dots {
|
||||
vertical-align: top;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
line-height: unset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user