akaunting/resources/lang/en-US/dashboards.php

12 lines
361 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'error' => [
'not_user_dashboard' => 'Error: You are not allowed to change this dashboard!',
'delete_last' => 'Error: Can not delete the last dashboard. Please, create a new one first!',
'disable_last' => 'Error: Can not disable the last dashboard. Please, create a new one first!',
],
];