fix logging for locations string

This commit is contained in:
CWX
2025-06-14 18:58:57 +01:00
parent 1f061cfe89
commit ecd5f61357
@@ -93,7 +93,7 @@ public class DatabaseService(
if (_databaseServer.GetTables().Locations == null)
{
throw new Exception(
_localisationService.GetText("database-data_at_path_missing", "assets/database/locales")
_localisationService.GetText("database-data_at_path_missing", "assets/database/locations")
);
}