small edits

This commit is contained in:
Tóth Richárd
2019-07-30 13:54:27 +02:00
parent 27522d0053
commit e0e887542b
5 changed files with 5 additions and 3 deletions

View File

@@ -28,4 +28,5 @@ INSERT INTO `authority` (`a_name`, `a_title`) VALUES ('coaches', 'Edzők');
INSERT INTO `authority` (`a_name`, `a_title`) VALUES ('money_deposit', 'Befizetések');
INSERT INTO `authority` (`a_name`, `a_title`) VALUES ('money_expense', 'Kiadások');
INSERT INTO `authority` (`a_name`, `a_title`) VALUES ('money_income', 'Bevételek');
INSERT INTO `authority` (`a_name`, `a_title`) VALUES ('news', 'Hírek');
INSERT INTO `authority` (`a_name`, `a_title`) VALUES ('settings', 'Beállítások');