fix: remove iobroker mqtt references

This commit is contained in:
2025-11-10 11:15:09 +01:00
parent cf47edb835
commit bf160febee
4 changed files with 9 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ const PickupConfigEditor = () => {
onClick={saveConfig}
className="bg-blue-500 hover:bg-blue-600 text-white py-2 px-4 rounded"
>
In ioBroker speichern
Konfiguration speichern
</button>
</div>

View File

@@ -314,7 +314,7 @@ const DashboardView = ({
Zurücksetzen
</button>
<button onClick={onSaveConfig} className="bg-blue-500 hover:bg-blue-600 text-white py-2 px-4 rounded">
In ioBroker speichern
Konfiguration speichern
</button>
</div>