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:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user