diff options
| author | 2013-10-07 22:47:43 +0200 | |
|---|---|---|
| committer | 2013-10-07 22:47:43 +0200 | |
| commit | 85e057e79396750601d32a38f94a8fe63d8c3332 (patch) | |
| tree | efb1ab992a5cd7c24fe2d6ae5604f4fc6a040c16 /app/views | |
| parent | 8f7a630183462cb18892c6217c08f607271fc3be (diff) | |
Explication du champ token plus concis
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/display.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 3d92a0dfc..0f89437ac 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -56,7 +56,7 @@ <?php $token = $this->conf->token (); ?> <div class="group-controls"> <input type="text" id="token" name="token" value="<?php echo $token; ?>" placeholder="<?php echo Translate::t ('blank_to_disable'); ?>"/> - <i class="icon i_help"></i> <?php echo Translate::t('explain_token', Url::display()); ?> + <i class="icon i_help"></i> <?php echo Translate::t('explain_token', Url::display(), $token); ?> </div> </div> |
