From b410fd17ab69a76d3149b01044381c5097899b33 Mon Sep 17 00:00:00 2001 From: Arun Prasad Date: Thu, 6 Oct 2022 20:27:41 -0700 Subject: [PATCH] Rebase --- ambuda/templates/proofing/pages/edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ambuda/templates/proofing/pages/edit.html b/ambuda/templates/proofing/pages/edit.html index 0103d24c..3d7e167a 100644 --- a/ambuda/templates/proofing/pages/edit.html +++ b/ambuda/templates/proofing/pages/edit.html @@ -33,7 +33,7 @@ {% set num_images = project.pages|length %} {{ editor.navigation_bar(page_context, page_number, image_number, num_images) }} - {{ site_components.flash_messages() }} + {{ mc.flash_messages() }} {% if conflict %}
{{ conflict.content }}
@@ -46,7 +46,7 @@ {% if not has_edits %} {# i18n: This should match the "Tools" and "Run OCR" translations in the proofing tool. #} {% set command = _("Tools → Run OCR") %} - {% call site_components.p_note() %}{% trans %} + {% call mc.p_note() %}{% trans %} This page has not been edited yet. Run {{ command }} to get started. {% endtrans %}{% endcall %} {% endif %}