|
@@ -65,7 +65,7 @@ function reha_preprocess_node(&$variables) {
|
|
|
function reha_preprocess_block(&$variables) {
|
|
|
if ($variables['plugin_id'] === "user_login_block") {
|
|
|
$url = new Url('user.register', [], ['query' => ['destination' => '/node/add/operation']]);
|
|
|
- $link = new Link('proposer une operation', $url);
|
|
|
+ $link = new Link('proposer une opération', $url);
|
|
|
$variables['content']['reha'] = array(
|
|
|
'#theme' => 'item_list',
|
|
|
'#items' => [
|