From c8c9089d337d616c2bdab06f266c81c033bf8b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Tue, 16 May 2023 14:20:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20example:=20update=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/rainbow_tweet/chrome_extension/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rainbow_tweet/chrome_extension/content.js b/examples/rainbow_tweet/chrome_extension/content.js index 3bb910e..1444931 100644 --- a/examples/rainbow_tweet/chrome_extension/content.js +++ b/examples/rainbow_tweet/chrome_extension/content.js @@ -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 = '🦄';