Skip to content

Commit

Permalink
#1423, fix missing translation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chahmedejaz committed Nov 5, 2023
1 parent fa0aa59 commit 6db6bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/moderation/questions/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- provide(:title, generate_title(t(".title", author_identifier: params[:author_identifier].truncate(32))))
- provide(:title, generate_title(t("moderation.questions.index.title", author_identifier: params[:author_identifier].truncate(32))))

= render "header", author_identifier: params[:author_identifier], hidden: false
= render "header", author_identifier: params[:author_identifier], hidden: true
Expand Down

0 comments on commit 6db6bff

Please sign in to comment.