Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
akprasad committed Oct 7, 2022
1 parent 89bcf19 commit b410fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ambuda/templates/proofing/pages/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
<pre class="p-2 bg-slate-100 my-4">{{ conflict.content }}</pre>
Expand All @@ -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 &rarr; Run OCR") %}
{% call site_components.p_note() %}{% trans %}
{% call mc.p_note() %}{% trans %}
This page has not been edited yet. Run <i>{{ command }}</i> to get started.
{% endtrans %}{% endcall %}
{% endif %}
Expand Down

0 comments on commit b410fd1

Please sign in to comment.