Skip to content

Commit

Permalink
user navigation lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Javdu10 committed Jan 18, 2021
1 parent c768e5d commit 180a337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/lang/en/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
return [
'guilds' => 'Guilds',
'characters' => 'Characters',
'game-accounts' => 'In-Game Accounts',
'jobs' => [
'0' => 'Vagrant',
'1' => 'Mercenary', //Job 15-60
Expand Down
1 change: 1 addition & 0 deletions resources/lang/fr/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
return [
'guilds' => 'Guildes',
'characters' => 'Personnages',
'game-accounts' => 'Comptes de Jeu',
'jobs' => [
'0' => 'Vagabond',
'1' => 'Mercenaire', //Job 15-60
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/FlyffServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ protected function userNavigation()
return [
'flyff' => [
'route' => 'flyff.accounts.index',
'name' => 'In-Game Accounts',
'name' => 'flyff::messages.game-accounts',
]
];
}
Expand Down

0 comments on commit 180a337

Please sign in to comment.