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

@@ -52,6 +52,9 @@
<data name="Select preset" xml:space="preserve"> <data name="Select preset" xml:space="preserve">
<value>Vorlage auswählen</value> <value>Vorlage auswählen</value>
</data> </data>
<data name="Close alert" xml:space="preserve">
<value>Meldung schließen</value>
</data>
<data name="User settings" xml:space="preserve"> <data name="User settings" xml:space="preserve">
<value>Einstellungen</value> <value>Einstellungen</value>
</data> </data>

View File

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