diff options
| -rw-r--r-- | resources/views/modules/timeline-chart/page.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/timeline-chart/page.phtml b/resources/views/modules/timeline-chart/page.phtml index 1779e991ff..c440e71288 100644 --- a/resources/views/modules/timeline-chart/page.phtml +++ b/resources/views/modules/timeline-chart/page.phtml @@ -46,7 +46,7 @@ <?= view('icons/zoom-in') ?> </a> <a href="<?= e($zoom_out_url) ?>" title="<?= I18N::translate('Zoom out') ?>"> - <?= view('icons/zoom-in') ?> + <?= view('icons/zoom-out') ?> </a> </div> </div> |
