Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
279e79b
)
Replace index translation by users
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 14 Nov 2024 06:32:35 +0000
(07:32 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 14 Nov 2024 06:32:35 +0000
(07:32 +0100)
DependencyInjection/Configuration.php
patch
|
blob
|
history
diff --git
a/DependencyInjection/Configuration.php
b/DependencyInjection/Configuration.php
index cdceea07bffc52cd485fd054b557fcb6b821794f..4a5d2c8ba311b8da574db6b199f79adf4574de03 100644
(file)
--- a/
DependencyInjection/Configuration.php
+++ b/
DependencyInjection/Configuration.php
@@
-98,7
+98,7
@@
class Configuration implements ConfigurationInterface {
'route' => [ 'home' => 'home_url' ],
'view' => [
'name' => '@RapsysUser/index.html.twig',
- 'context' => [ 'title' => '
Index
' ]
+ 'context' => [ 'title' => '
Users
' ]
]
],
'login' => [