Lines Matching refs:textContent
110 templateBtn.textContent = 'Insert Template';
122 findTemplateBtn.textContent = 'Find Template';
130 loadingIndicator.textContent = 'Loading LLM actions...';
158 sendButton.textContent = 'Send';
181 btn.textContent = action.label;
198 loadingElement.textContent = 'Failed to load LLM actions';
316 text: button.textContent,
321 button.textContent = 'Processing...';
427 buttonState.element.textContent = buttonState.text;
538 closeButton.textContent = 'Close';
546 appendButton.textContent = 'Append';
557 title.textContent = titleText;
559 title.textContent = action.charAt(0).toUpperCase() + action.slice(1);
672 const originalText = sendButton.textContent;
673 sendButton.textContent = 'Processing...';
833 button.textContent = originalText;
950 text: button.textContent,
953 button.textContent = 'Searching...';
1007 buttonState.element.textContent = buttonState.text;