This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix words
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ echo trans('demo.email_has_registed', ['email' => '[email protected]']); | |
|
||
### 替换掉默认的语言项 | ||
|
||
我们假设想替换掉密码重围成功的提示文字为例,创建 `resources/lang/zh-CN/passwords.php`: | ||
我们假设想替换掉密码重置成功的提示文字为例,创建 `resources/lang/zh-CN/passwords.php`: | ||
|
||
```php | ||
<?php | ||
|
@@ -126,4 +126,4 @@ MIT | |
[badge_license]: https://img.shields.io/packagist/l/overtrue/laravel-lang.svg?maxAge=2592000 | ||
|
||
[link-github-repo]: https://github.com/overtrue/laravel-lang | ||
[link-packagist]: https://packagist.org/packages/overtrue/laravel-lang | ||
[link-packagist]: https://packagist.org/packages/overtrue/laravel-lang |