Skip to content

Commit

Permalink
fix: remove styling from locale label
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed May 17, 2018
1 parent ece5d10 commit 0abaf20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion add-on/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
"description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)"
},
"quickUpload_options_show": {
"message": "upload options »",
"message": "upload options",
"description": "Button on the share files page (quickUpload_options_show)"
},
"quickUpload_options_wrapWithDirectory": {
Expand Down
2 changes: 1 addition & 1 deletion add-on/src/popup/quick-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function quickUploadOptions (state, emit) {
}
return html`
<button class='f6 link dim bn bg-transparent moon-gray dib pa0 pointer ma0' style='color: #6ACAD1' onclick=${onExpandOptions}>
${browser.i18n.getMessage('quickUpload_options_show')}
${browser.i18n.getMessage('quickUpload_options_show')} »
</button>
`
}
Expand Down

0 comments on commit 0abaf20

Please sign in to comment.