Digitale Eingänge in Meldungseingänge umbenannt
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user