1
0
mirror of https://github.com/bitwarden/web synced 2025-12-24 04:03:20 +00:00

Revert last commit due to requested changes

Revert last commit due to requested changes.
Renamed variable.
This commit is contained in:
syntaxerror752
2020-05-30 10:21:42 +10:00
parent 674c583881
commit f36bba6406
19 changed files with 27 additions and 56 deletions

View File

@@ -79,13 +79,13 @@
</div>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="enableUIScaling" name="enableUIScaling"
[(ngModel)]="enableUIScaling">
<label class="form-check-label" for="enableUIScaling">
{{'enableUIScaling' | i18n}}
<input class="form-check-input" type="checkbox" id="enableFullWidth" name="enableFullWidth"
[(ngModel)]="enableFullWidth">
<label class="form-check-label" for="enableFullWidth">
{{'enableFullWidth' | i18n}}
</label>
</div>
<small class="form-text text-muted">{{'enableUIScalingDesc' | i18n}}</small>
<small class="form-text text-muted">{{'enableFullWidthDesc' | i18n}}</small>
</div>
<button type="submit" class="btn btn-primary">
{{'save' | i18n}}