Skip to content
Snippets Groups Projects
Commit 178767cf authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #488 - chart overview button to chart management has wrong label

parent b8b08c5e
No related branches found
No related tags found
1 merge request!229Feature/index page
Pipeline #2373 failed
......@@ -303,7 +303,7 @@ home.menu.transactions.action.new=Neue Buchung anlegen
home.menu.charts=Visualisiere deine Daten in verschiedenen Diagrammen. Nutze die mitgelieferten Diagrammtypen oder definiere deine eigenen Diagramme.
home.menu.charts.action.manage=Diagrammverwaltung
home.menu.charts.action.show=Diagramm ansehen
home.menu.charts.action.show=Diagramme ansehen
home.menu.reports=Erstelle konfigurierbare Monatsberichte als PDF zum Ausdrucken und Archivieren. Du kannst den Inhalt der Berichte filtern und zum Beispiel nach Einnahmen und Ausgaben getrennt auflisten lassen.
home.menu.reports.action.new=Neuen Bericht erstellen
......
......@@ -303,7 +303,7 @@ home.menu.transactions.action.new=Create a transaction
home.menu.charts=Visualize your data by using charts. You can choose an included default chart or define your own.
home.menu.charts.action.manage=Manage charts
home.menu.charts.action.show=Show chart
home.menu.charts.action.show=Show charts
home.menu.reports=Create configurable month reports in PDF format for printing and archiving. You can filter the content of the reports and, for example, list them separately to incomes and expenditures.
home.menu.reports.action.new=Create a report
......
......@@ -30,7 +30,7 @@
</#macro>
<#macro buttonShow>
<a href="<@s.url '/charts/manage'/>" class="waves-effect waves-light btn budgetmaster-blue"><i class="material-icons left">edit</i>${locale.getString("home.menu.charts.action.manage")}</a>
<a href="<@s.url '/charts'/>" class="waves-effect waves-light btn budgetmaster-blue"><i class="material-icons left">show_chart</i>${locale.getString("home.menu.charts.action.show")}</a>
</#macro>
<#macro buttons>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment