diff --git a/app/views/moderation/questions/show.html.haml b/app/views/moderation/questions/show.html.haml index 48617bf2e..a036ec5df 100644 --- a/app/views/moderation/questions/show.html.haml +++ b/app/views/moderation/questions/show.html.haml @@ -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