Skip to content

Commit cc87dd1

Browse files
committed
Fix localization of team page title
1 parent d5fbbd0 commit cc87dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub fn render_governance(render_ctx: &RenderCtx) -> anyhow::Result<()> {
190190
render_ctx
191191
.page(
192192
"governance/group",
193-
&format!("governance-team-{}-title", team.team.name),
193+
&format!("governance-team-{}-name", team.team.name),
194194
&data,
195195
lang,
196196
)

0 commit comments

Comments
 (0)