- @Traduci("noRecords")
+ @Traduci("noRecord")
diff --git a/Lux.UI/Components/Layout/NavMenu.razor.cs b/Lux.UI/Components/Layout/NavMenu.razor.cs
index 9515dfa..173e6fa 100644
--- a/Lux.UI/Components/Layout/NavMenu.razor.cs
+++ b/Lux.UI/Components/Layout/NavMenu.razor.cs
@@ -92,9 +92,9 @@ namespace Lux.UI.Components.Layout
private void UpdateDict()
{
// Inserimento nomi segnaposto nav-item
- NameDict.Add("Articoli", new List
() { "Articoli", "ArtAcquisto", "ArtVendita" });
- NameDict.Add("Ciclo prod", new List() { "CicloProd", "Risorse", "Cicli" });
- NameDict.Add("Contatti", new List() { "Contatti", "Clienti", "Venditori" });
+ NameDict.Add("Articoli", new List() { "articoli", "artAcquisto", "artVendita" });
+ NameDict.Add("Ciclo prod", new List() { "cicloProd", "risorse", "cicli" });
+ NameDict.Add("Contatti", new List() { "contatti", "clienti", "venditori" });
// Inserimento icone
IconDict.Add("Articoli", new List() { "fa-book-open", "fa-book", "fa-book-bookmark" });
diff --git a/Lux.UI/Components/Pages/Offers.razor b/Lux.UI/Components/Pages/Offers.razor
index 394a8a7..fe7a0f3 100644
--- a/Lux.UI/Components/Pages/Offers.razor
+++ b/Lux.UI/Components/Pages/Offers.razor
@@ -141,7 +141,7 @@ else
}
else if (totalCount == 0)
{
- @Traduci("noRecord")
+ @Traduci("noRecord")
}
else
{
diff --git a/Lux.UI/Components/Pages/Orders.razor b/Lux.UI/Components/Pages/Orders.razor
index 9cc8ea6..e7638fe 100644
--- a/Lux.UI/Components/Pages/Orders.razor
+++ b/Lux.UI/Components/Pages/Orders.razor
@@ -167,7 +167,7 @@ else