Rapsys Git
/
userbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace index translation by users
[userbundle]
/
DependencyInjection
/
Configuration.php
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' => [