File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,11 @@ <h4 class="text-white text-center font-bold text-xl mt-2">
8484 min ="0 "
8585 (keydown.enter) ="connect() " />
8686 </ div >
87- < button
87+ < ion- button
8888 size ="small "
89- (click) ="connect() "
90- class ="w-full py-2 bg-gray-900 text-white rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-gray-700 focus:border-transparent shadow-lg ">
89+ (click) ="connect() ">
9190 {{'Connect'|translate}}
92- </ button >
91+ </ ion- button>
9392 </ div >
9493 </ div >
9594 </ div >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import { ElectronService } from '../../app/core/services/electron.service';
2828 template : `
2929 <ion-header>
3030 <ion-toolbar color="primary">
31- <ion-title>Passwort eingeben </ion-title>
31+ <ion-title>{{ 'Enter Password' | translate }} </ion-title>
3232 </ion-toolbar>
3333 </ion-header>
3434 <ion-content>
You can’t perform that action at this time.
0 commit comments