mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Fix some typos.
This commit is contained in:
parent
fdde592412
commit
2ad6ffa3c0
@ -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')
|
||||||
|
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user