mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
update error message for db file permission issue
This commit is contained in:
@ -828,7 +828,7 @@
|
|||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"migrate_failed": "Migrate Failed",
|
"migrate_failed": "Migrate Failed",
|
||||||
"database_variables_save_error": "Unable to connect to the DB with Provided Values.",
|
"database_variables_save_error": "Cannot write configuration to .env file. Please check its file permissions",
|
||||||
"mail_variables_save_error": "Email configuration failed.",
|
"mail_variables_save_error": "Email configuration failed.",
|
||||||
"connection_failed": "Database connection failed",
|
"connection_failed": "Database connection failed",
|
||||||
"database_should_be_empty": "Database should be empty"
|
"database_should_be_empty": "Database should be empty"
|
||||||
|
|||||||
Reference in New Issue
Block a user