From 0379c4c45fa40969bf969f2e89d803fa3f1bc691 Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Fri, 14 Feb 2025 16:49:46 +0100 Subject: [PATCH] fix: correct label for filament index in tray properties --- html/rfid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/rfid.js b/html/rfid.js index a816aa1..75eb337 100644 --- a/html/rfid.js +++ b/html/rfid.js @@ -292,7 +292,7 @@ function displayAmsData(amsData) { // Array mit restlichen Tray-Eigenschaften const trayProperties = [ { key: 'tray_sub_brands', label: 'Sub Brands' }, - { key: 'tray_info_idx', label: 'Filament Index' }, + { key: 'tray_info_idx', label: 'Filament IDX' }, { key: 'setting_id', label: 'Setting ID' } ];