Skip to content

Commit

Permalink
Bump autofill and update copy (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioSensation committed Oct 6, 2022
1 parent a692770 commit 1b87672
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"yargs": "^17.6.0"
},
"dependencies": {
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#5.0.1",
"@duckduckgo/autofill": "github:duckduckgo/duckduckgo-autofill#5.1.0",
"@duckduckgo/content-scope-scripts": "github:duckduckgo/content-scope-scripts#2.6.0",
"@duckduckgo/ddg2dnr": "github:duckduckgo/ddg2dnr#0.1.4",
"@duckduckgo/jsbloom": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion shared/js/background/email-utils.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const MENU_ITEM_ID = 'ddg-autofill-context-menu-item'
// Create the contextual menu hidden by default
browser.contextMenus.create({
id: MENU_ITEM_ID,
title: 'Use Duck Address',
title: 'Generate Private Duck Address',
contexts: ['editable'],
visible: false
}, () => {
Expand Down
2 changes: 1 addition & 1 deletion shared/js/ui/templates/email-alias.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function () {
<span class="email-alias__icon"></span>
<a href="#" class="link-secondary bold">
<span class="text-line-after-icon">
Create new Duck Address
Generate Private Duck Address
<span class="js-alias-copied alias-copied-label">Copied to clipboard</span>
</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion shared/scss/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ body {
position: absolute;
top: -5px;
left: -1px;
width: 160px;
width: 100%;
padding: 5px 13px;
text-align: center;
background-color: $color--medium-dark-platinum;
Expand Down

0 comments on commit 1b87672

Please sign in to comment.