Fix some typos.

This commit is contained in:
FelisCatus 2018-08-26 19:57:37 -07:00
parent fdde592412
commit 2ad6ffa3c0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
sOmegaTarget = require('omega-target') OmegaTarget = require('omega-target')
Promise = OmegaTarget.Promise Promise = OmegaTarget.Promise
chromeApiPromisify = require('../chrome_api').chromeApiPromisify chromeApiPromisify = require('../chrome_api').chromeApiPromisify
ProxyImpl = require('./proxy_impl') ProxyImpl = require('./proxy_impl')

View File

@ -48,7 +48,7 @@ form(ng-submit='newProfile.$valid && $close(profile)' name='newProfile')
.help-block .help-block
span.glyphicon.glyphicon-warning-sign span.glyphicon.glyphicon-warning-sign
= ' ' = ' '
{{'options_pac_profile_unsupported_moz' | tr}} | {{'options_pac_profile_unsupported_moz' | tr}}
.radio .radio
label label
input(type='radio', name='profile-new-type', value='VirtualProfile' ng-model='profile.profileType') input(type='radio', name='profile-new-type', value='VirtualProfile' ng-model='profile.profileType')