Skip to content

Commit c84a06c

Browse files
committed
inscription-viewer: drop chisel.xyz lore from user-facing strings
Tooltip + code comment for tag 15 (note) had narrative about chisel.xyz writing their URL into the field. Out of scope for the UI -- users don't need the protocol-research backstory. Tightened to a plain technical description: 'free-form note attached to the inscription; reference indexer stores but does not display'.
1 parent 20b6a36 commit c84a06c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/app/components/_ordpool/digital-artifact-viewer/inscription-viewer/inscription-viewer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
Note (tag 15):
104104
<code class="smaller-text">{{ note }}</code>
105105
<fa-icon class="ml-1 smaller-text" [icon]="['fas', 'info-circle']" [fixedWidth]="true"
106-
ngbTooltip="Tag::Note in ord (PR #3256). Stored but not displayed by the reference indexer. chisel.xyz uses it for an inscriber-tool watermark URL."
106+
ngbTooltip="Tag 15 (Tag::Note in ord). Free-form note attached to the inscription. The reference indexer stores it but does not display it."
107107
></fa-icon>
108108
</div>
109109

frontend/src/app/components/_ordpool/digital-artifact-viewer/inscription-viewer/inscription-viewer.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export class InscriptionViewerComponent {
4444
reason?: DecodeFailureReason,
4545
}> | undefined;
4646

47-
// Tag 15 (note): chisel.xyz-style inscriber-tool watermark string. ord stores
48-
// but doesn't display it; we surface it so explorers can flag inscriber
49-
// attribution.
47+
// Tag 15 (note): free-form string attached to the inscription. The
48+
// reference indexer stores it but doesn't display it; we surface it on
49+
// the detail page.
5050
note: string | undefined;
5151

5252
// Tag 13 (rune commitment): little-endian bytes of a rune's u128 value.

0 commit comments

Comments
 (0)