Skip to content

Commit eed84f7

Browse files
committed
fix i18n reference for upsale
1 parent fc872a8 commit eed84f7

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

app/views/custom_actions/upsale.html.erb

+8-6
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ See COPYRIGHT and LICENSE files for more details.
2727
2828
++#%>
2929

30-
<% html_title t(:label_administration), t("custom_actions.upsale.title") %>
31-
32-
<%= render EnterpriseEdition::UpsalePageComponent.new(
33-
:custom_actions,
34-
video: "enterprise/custom-actions.mp4"
35-
) %>
30+
<% html_title t(:label_administration), t("ee.upsale.custom_actions.title") %>
31+
32+
<%=
33+
render EnterpriseEdition::UpsalePageComponent.new(
34+
:custom_actions,
35+
video: "enterprise/custom-actions.mp4"
36+
)
37+
%>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<% html_title(t(:label_administration), t("team_planner.upsale.title")) -%>
1+
<% html_title(t(:label_administration), t("ee.upsale.team_planner_view.title")) -%>
22

3-
<%= render EnterpriseEdition::UpsalePageComponent.new(:team_planner_view,
4-
video: "enterprise/team-planner-animation.mp4") %>
3+
<%=
4+
render EnterpriseEdition::UpsalePageComponent.new(
5+
:team_planner_view,
6+
video: "enterprise/team-planner-animation.mp4"
7+
)
8+
%>

0 commit comments

Comments
 (0)