diff --git a/public/css/promptmanager.css b/public/css/promptmanager.css index 24bc05bfc..57113fa85 100644 --- a/public/css/promptmanager.css +++ b/public/css/promptmanager.css @@ -333,7 +333,7 @@ } .completion_prompt_manager_popup_entry_form_control:has(#completion_prompt_manager_popup_entry_form_prompt:disabled)>div:first-child::after { - content: 'The content of this prompt is pulled from elsewhere and cannot be edited here.'; + content: attr(external_piece_text); display: block; width: 100%; font-weight: 600; diff --git a/public/index.html b/public/index.html index bec847ba6..7ccf005dc 100644 --- a/public/index.html +++ b/public/index.html @@ -2782,7 +2782,7 @@
-

Claude API Key

+

Claude API Key

Get your key from Anthropic's developer console.
@@ -5999,7 +5999,7 @@
-
+
diff --git a/public/scripts/extensions/regex/editor.html b/public/scripts/extensions/regex/editor.html index e9603bd7d..6b2e760f7 100644 --- a/public/scripts/extensions/regex/editor.html +++ b/public/scripts/extensions/regex/editor.html @@ -70,25 +70,25 @@