fix: Anzeige der Systemzeit bereinigt – Endung "Uhr" aus dem Zeitstempel entfernt

This commit is contained in:
ISA
2025-05-07 13:06:54 +02:00
parent 78ec9fb291
commit 59a740d14d
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ const GeneralSettings: React.FC = () => {
<input
type="text"
className="border border-gray-300 rounded h-8 p-1 w-full text-xs"
value={systemUhr}
value={systemUhr.replace(/\s*Uhr$/, "")}
disabled
/>
<button