mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Fix translation missing at information page.
This commit is contained in:
parent
f47625de43
commit
2b2b771432
@ -15,7 +15,7 @@
|
||||
%div.col-xs-6
|
||||
%div.panel.panel-default
|
||||
%div.panel-heading
|
||||
%h4= t ".version"
|
||||
%h4= t("terms.version")
|
||||
%div.panel-body
|
||||
%dl{class: "dl-horizontal"}
|
||||
%dt ruby
|
||||
@ -29,7 +29,7 @@
|
||||
%div.col-xs-6
|
||||
%div.panel.panel-default
|
||||
%div.panel-heading
|
||||
%h4= t('.installed_plugins')
|
||||
%h4= t('terms.installed_plugins')
|
||||
%div.panel-body
|
||||
- if @plugins.present?
|
||||
%table{class: "table table-hover", id: "plugins-table"}
|
||||
|
Loading…
Reference in New Issue
Block a user