fixed announcement widget index mode title i18n missing
This commit is contained in:
parent
d3565daef4
commit
26c4d69e07
|
@ -23,7 +23,7 @@ class Panel::Announcement::Widget::BulletinsController < OrbitWidgetController
|
||||||
@widget_fields = []
|
@widget_fields = []
|
||||||
end
|
end
|
||||||
|
|
||||||
@title = params[:part_title]
|
@title = @part.title_translations[I18n.locale.to_s]
|
||||||
|
|
||||||
@widget_style = @part.widget_style
|
@widget_style = @part.widget_style
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue