Skip to content

Commit 2799ad0

Browse files
committed
PopuP: just tooltip
1 parent a048019 commit 2799ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup-page-scripts/popup-page-customButtons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function createButtonCardElement(button, index) {
4343
const isSettingsButton = (button.text === SETTINGS_BUTTON_MAGIC_TEXT);
4444

4545
const textElementHTML = isSettingsButton
46-
? `<div class="text-input" title="This action opens the extension settings.">${'Open app settings'}</div>`
46+
? `<div class="text-input" title="This button opens the extension settings - this exact page you are seeing right now - in a new tab. You can move it or remove it.">${'Open app settings'}</div>`
4747
: `<textarea class="text-input" rows="1">${button.text}</textarea>`;
4848

4949
const autoSendHTML = !isSettingsButton

0 commit comments

Comments
 (0)