Lines Matching refs:textContent

697             orphanLink.textContent = fmt(t('counter_orphaned', '%d orphaned'), orphanCount);
711 btnCR.textContent = t('btn_clear_resolved', 'Clear resolved');
719 btnCO.textContent = t('btn_clear_orphaned', 'Clear orphaned');
862 closeBtn.textContent = '×'; // ×
898 bodyEl.textContent = ann.body;
905 quote.textContent = ann.anchor.exact;
924 resolveBtn.textContent = ann.status === 'resolved'
940 editBtn.textContent = t('btn_edit', 'Edit');
950 delBtn.textContent = t('btn_delete', 'Delete');
988 bodyEl.textContent = reply.body;
1005 replyToBtn.textContent = t('btn_reply', 'Reply');
1026 editBtn.textContent = t('btn_edit', 'Edit');
1035 delBtn.textContent = t('btn_delete', 'Delete');
1119 submitBtn.textContent = t('btn_reply', 'Reply');
1131 cancelBtn.textContent = t('btn_cancel', 'Cancel');
1156 avatar.textContent = (author || '?').slice(0, 2).toUpperCase();
1161 authorEl.textContent = author || t('label_unknown', 'Unknown');
1168 timeEl.textContent = formatDate(d);
1174 pill.textContent = status === 'resolved'
1205 submitBtn.textContent = t('btn_reply', 'Reply');
1241 saveBtn.textContent = t('btn_save', 'Save');
1255 cancelBtn.textContent = t('btn_cancel', 'Cancel');
1324 heading.textContent = t('orphaned_heading', 'Orphaned annotations');
1329 note.textContent = t('orphaned_note',
1350 empty.textContent = t('orphaned_none', 'None.');
1489 btn.textContent = t('btn_annotate', 'Annotate');
1596 quote.textContent = anchor.exact;
1611 submitBtn.textContent = t('btn_annotate', 'Annotate');
1623 cancelBtn.textContent = t('btn_cancel', 'Cancel');
1933 btn.dataset.prevText = btn.textContent;
1936 btn.textContent = ' '; // non-breaking space keeps height
1942 btn.textContent = btn.dataset.prevText;