Merge branch 'akaunting:master' into master

This commit is contained in:
Burak Civan
2022-04-26 09:28:04 +03:00
committed by GitHub
14 changed files with 192 additions and 246 deletions

View File

@@ -6,4 +6,6 @@ return [
'message' => 'Sorry, we\'re down for maintenance. Please, try again later!',
'read_only' => 'Read-only mode is enabled. You are allowed to view but not change anything!',
];

View File

@@ -0,0 +1,3 @@
<div class="alert alert-warning" role="alert">
{{ trans('maintenance.read_only') }}
</div>