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 @@