Fixed toast warning type not accessible 2

This commit is contained in:
2025-11-23 15:35:44 +01:00
parent 377e8f6776
commit a63323cc3b
2 changed files with 5 additions and 1 deletions

View File

@@ -39,7 +39,8 @@
selectUser: '@T["Select user"]',
selectPreset: '@T["Select preset"]',
errorLoadingUsers: '@T["Error loading users"]',
errorLoadingPresets: '@T["Error loading presets"]'
errorLoadingPresets: '@T["Error loading presets"]',
closeAlert: '@T["Close alert"]'
};
</script>
</head>