# configuration/strings/panel.strings.ts

> 7 lines of code and 6 definitions.

Tree: Build tree
Language: typescript
Layer: product
Canonical: https://banes-lab.com/anatomy/build#file-build-configuration-strings-panel-strings-ts
Source text: https://banes-lab.com/assets/sources/source.14ce8def513046f30b85d6c23bd3198c9a042e699516156111cf516d933fba8d.generated.txt

## Definitions

- `PANEL_UNTAGGED` (lexical_declaration, line 1, exported)
- `PANEL_TAG_TOO_LONG` (lexical_declaration, line 3, exported)
- `PANEL_TAG_SEPARATED` (lexical_declaration, line 5, exported)
- `PANEL_TAG_TWICE` (lexical_declaration, line 8, exported)
- `PANEL_UNCITED` (lexical_declaration, line 10, exported)
- `PANELS_VALIDATED` (lexical_declaration, line 12, exported)

## Source

```typescript
export const PANEL_UNTAGGED = "A panel carries no tag; give the panel a short tag the prose cites.";

export const PANEL_TAG_TOO_LONG = "A panel tag runs past the word cap; a tag is a label, not a sentence: ";

export const PANEL_TAG_SEPARATED =
    "A panel tag carries a separator and a trailing phrase; a tag is one label with nothing after it: ";

export const PANEL_TAG_TWICE = "Two panels in one section carry the same tag; a citation must resolve to one panel: ";

export const PANEL_UNCITED = "No paragraph in this section cites this panel; cite it where the prose discusses it: ";

export const PANELS_VALIDATED = " chapter panel(s) checked across ";
```
