diff --git a/app/views/misc/information.html.haml b/app/views/misc/information.html.haml index 8055a64..b7ae2bb 100644 --- a/app/views/misc/information.html.haml +++ b/app/views/misc/information.html.haml @@ -8,7 +8,7 @@ .row .col-xs-12 %p - = link_to misc_update_daemon_ui_path, class: "btn btn-primary btn-lg", method: :post do + = link_to misc_update_fluentd_ui_path, class: "btn btn-primary btn-lg", method: :post do = t('.update_fluentd_ui', version: FluentdUI.latest_version, title: fluentd_ui_title) = t('.update_fluentd_ui_caution', brand: fluentd_ui_brand)