🦄 example: update description

This commit is contained in:
Florian Hönicke
2023-05-16 14:20:15 +02:00
parent 56042201ec
commit c8c9089d33

View File

@@ -23,7 +23,7 @@ let observer = new MutationObserver((mutations) => {
// Create new button
let button = document.createElement('button');
if (openai_api_key === '') {
button.innerText = 'Set OPENAI_API_KEY by clicking the extension icon';
button.innerText = 'Set OPENAI_API_KEY by clicking the Rainbow-Tweet icon and reload the page';
button.disabled = true;
} else {
button.innerText = '🦄';