From 169b38089398a86b0bf5ad2047847d3a7d36871e Mon Sep 17 00:00:00 2001 From: Marlin Baumgart Date: Sat, 3 Jan 2026 00:11:31 +0100 Subject: [PATCH] fix: correct Avery label format name The previously referenced Avery format L4731REV-25 describes the format incl. package size; This corrects the format to L4731 --- CLAUDE.md | 4 ++-- README.md | 4 ++-- index.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 27fe85e..e5b485e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,9 +25,9 @@ Single-page application using AlpineJS for reactivity. Key structure in `index.h - **Print styling**: Uses CSS `@page` rule for A4 paper with zero margins (requires Chrome/Chromium) -- **Label format**: Hardcoded for Avery L4731REV-25 labels (see specifications below) +- **Label format**: Hardcoded for Avery L4731 labels (see specifications below) -## Avery L4731REV-25 Label Specifications +## Avery L4731 Label Specifications Page: A4 (210mm × 297mm) diff --git a/README.md b/README.md index 1e7339a..856440d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Users are encouraged to validate the output, especially the positioning of the l The application currently supports the following label formats: -- Avery L4731REV-25 (See [UK shop](https://www.avery.co.uk/product/mini-multipurpose-labels-l4731rev-25), [DE shop](https://www.avery-zweckform.com/produkt/universal-etiketten-l4731rev-25)) +- Avery L4731 (See [UK shop](https://www.avery.co.uk/product/mini-multipurpose-labels-l4731rev-25), [DE shop](https://www.avery-zweckform.com/produkt/universal-etiketten-l4731rev-25)) ### Limitations @@ -23,7 +23,7 @@ The application currently has the following limitations: - The application is currently only available in English. This is considered a non-issue, as the application is designed to be self-explanatory. -- The application currently only supports the Avery L4731REV-25 label format. +- The application currently only supports the Avery L4731 label format. Contributions for additional label formats are welcome. - The application only supports Google Chrome and Chromium-based browsers, such as Microsoft Edge. And partially Firefox. This limitation is due to the use of the [CSS `@page` rule](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) for printing. diff --git a/index.html b/index.html index 5739b5d..0f0af7a 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@ This tool generates QR code labels for the ASN feature. You can generate labels for up to 189 documents at once. The labels are - formatted to fit on Avery L4731REV-25 labels. + formatted to fit on Avery L4731 labels.