Updated string in settings: "Select a logger level" -> "Log Level"

Made modify playlist component fully translatable

Fixed typo in cookies settings text
This commit is contained in:
Isaac Abadi
2020-09-30 04:52:43 -04:00
parent 79b4b993f8
commit 7dcc38c26d
4 changed files with 37 additions and 25 deletions

View File

@@ -253,7 +253,7 @@
</div>
<div class="col-12 mt-2 mb-1">
<mat-form-field>
<mat-label><ng-container i18n="Logger level select label">Select a logger level</ng-container></mat-label>
<mat-label><ng-container i18n="Log Level label">Log Level</ng-container></mat-label>
<mat-select color="accent" [(ngModel)]="new_config['Advanced']['logger_level']">
<mat-option value="debug">Debug</mat-option>
<mat-option value="verbose">Verbose</mat-option>