Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 4f9e257

Browse files
himanish-starvladikoff
authored andcommitted
"Sync with..." tooltip is wrongly displayed when hovering the "Give Feedback" button (#679)
Fixes #661
1 parent 8fa96c0 commit 4f9e257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sidebar/panel.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ let syncingInProcess = false;
2727
enableSync.setAttribute('title', browser.i18n.getMessage('syncNotes'));
2828
giveFeedbackButton.setAttribute('title', browser.i18n.getMessage('feedback'));
2929
giveFeedbackMenuItem.text = browser.i18n.getMessage('feedback');
30+
giveFeedbackMenuItem.setAttribute('title', browser.i18n.getMessage('feedback'));
3031

3132
function giveFeedbackCallback(e) {
3233
e.preventDefault();

0 commit comments

Comments
 (0)