diff --git a/resources/lang/en/errors.yml b/resources/lang/en/errors.yml index 50d00a5d..b7de6fa5 100644 --- a/resources/lang/en/errors.yml +++ b/resources/lang/en/errors.yml @@ -7,7 +7,7 @@ general: title: Error occurred brief: - message: Whoops, looks like something went wrong. (enable APP_DEBUG to see details) + message: Whoops, looks like something went wrong. (enable APP_DEBUG in .env to see details) exception: title: Some errors occurred diff --git a/resources/lang/zh_CN/errors.yml b/resources/lang/zh_CN/errors.yml index fa069982..c4d239cb 100644 --- a/resources/lang/zh_CN/errors.yml +++ b/resources/lang/zh_CN/errors.yml @@ -7,7 +7,7 @@ general: title: 出现错误 brief: - message: 哎呀,你似乎触发了一个错误(开启 APP_DEBUG 以查看详细信息) + message: 哎呀,你似乎触发了一个错误(开启 .env 中的 APP_DEBUG 以查看详细信息) exception: title: 出现了一些错误