Skip to content

Commit

Permalink
Fix some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisCatus committed Aug 27, 2018
1 parent fdde592 commit 2ad6ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sOmegaTarget = require('omega-target')
OmegaTarget = require('omega-target')
Promise = OmegaTarget.Promise
chromeApiPromisify = require('../chrome_api').chromeApiPromisify
ProxyImpl = require('./proxy_impl')
Expand Down
2 changes: 1 addition & 1 deletion omega-web/src/partials/new_profile.jade
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ form(ng-submit='newProfile.$valid && $close(profile)' name='newProfile')
.help-block
span.glyphicon.glyphicon-warning-sign
= ' '
{{'options_pac_profile_unsupported_moz' | tr}}
| {{'options_pac_profile_unsupported_moz' | tr}}
.radio
label
input(type='radio', name='profile-new-type', value='VirtualProfile' ng-model='profile.profileType')
Expand Down

0 comments on commit 2ad6ffa

Please sign in to comment.