Removed icons from buttons

This commit is contained in:
Cüneyt Şentürk
2020-04-22 12:48:51 +03:00
parent a884e06b72
commit 5ed4cd2da9
142 changed files with 780 additions and 1414 deletions

View File

@@ -12,7 +12,7 @@ return [
'net_profit' => 'Laba Bersih',
'total_expenses' => 'Total Pengeluaran',
'net' => 'Laba Bersih',
'income_expense' => 'Pendapatan & Pengeluaran',
'income-expense' => 'Income & Expense',
'summary' => [
'income' => 'Ringkasan Pendapatan',
@@ -22,9 +22,9 @@ return [
],
'charts' => [
'line' => 'Baris',
'bar' => 'Batang',
'pie' => 'Lingkaran',
'line' => 'Line',
'bar' => 'Bar',
'pie' => 'Pie',
],
];