Digitale Eingänge in Meldungseingänge umbenannt

This commit is contained in:
ISA
2025-04-24 10:14:20 +02:00
parent 89be124478
commit eddf293ce2
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
<div className="bg-white shadow-md border border-gray-200 p-3 rounded-lg w-full">
<h2 className="text-sm font-bold mb-3 flex items-center">
<Icon icon="mdi:input" className="text-littwin-blue mr-2 text-xl" />
Digitale Eingänge {inputRange.start + 1} {inputRange.end}
Meldungseingänge {inputRange.start + 1} {inputRange.end}
</h2>
<table className="w-full text-xs border-collapse">
<thead className="bg-gray-100 border-b">