diff --git a/src/Resources/Views.Home.Locations.de.resx b/src/Resources/Views.Home.Locations.de.resx index 329daac..5be27e5 100644 --- a/src/Resources/Views.Home.Locations.de.resx +++ b/src/Resources/Views.Home.Locations.de.resx @@ -68,7 +68,7 @@ Abbrechen - Sitzplatz + Änderungen anwenden Erstellen diff --git a/src/Views/Home/Assets.cshtml b/src/Views/Home/Assets.cshtml index 79ee670..2d94e58 100644 --- a/src/Views/Home/Assets.cshtml +++ b/src/Views/Home/Assets.cshtml @@ -329,7 +329,7 @@ ${jsonData.Name || ''} ${jsonData.Location || ''} - + { bootstrap.Modal.getInstance(updateModal).hide(); showToast('@T["Asset updated successfully"]', 'success'); - // Optionally refresh the row const row = [...document.querySelectorAll('tr')] .find(r => r.querySelector(`[data-asset-id="${jsonData.Cn}"]`)); if (row) {