File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ <h3>VPAT</h3>
2424 </ p >
2525
2626 {% if 'olh' in journal_themes %}
27- < h3 > OLH Theme VPAT {% trans "(Press and Journals)" %}</ h3 >
27+ < h3 > {% trans "OLH Theme VPAT (Press and Journals)" %}</ h3 >
2828 {% else %}
29- < h3 > OLH Theme VPAT {% trans "(Press)" %}</ h3 >
29+ < h3 > {% trans "OLH Theme VPAT (Press)" %}</ h3 >
3030 {% endif %}
3131 {% include "common/elements/a11y/vpat.html" with vpat_data=vpat_data theme="olh" %}
3232
3333 {% if 'material' in journal_themes %}
34- < h3 > Material Theme VPAT {% trans "(Journals)" %}</ h3 >
34+ < h3 > {% trans "Material Theme VPAT (Journals)" %}</ h3 >
3535 {% include "common/elements/a11y/vpat.html" with vpat_data=vpat_data theme="material" %}
3636 {% endif %}
3737
3838 {% if 'clean' in journal_themes %}
39- < h3 > Clean Theme VPAT {% trans "(Journals)" %}</ h3 >
39+ < h3 > {% trans "Clean Theme VPAT (Journals)" %}</ h3 >
4040 {% include "common/elements/a11y/vpat.html" with vpat_data=vpat_data theme="clean" %}
4141 {% endif %}
4242
Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ <h3>VPAT</h3>
2222 </ p >
2323
2424 {% if 'clean' in journal_themes %}
25- < h3 > Clean Theme VPAT {% trans "(Press and Journals)" %}</ h3 >
25+ < h3 > {% trans "Clean Theme VPAT (Press and Journals)" %}</ h3 >
2626 {% else %}
27- < h3 > Clean Theme VPAT {% trans "(Press)" %}</ h3 >
27+ < h3 > {% trans "Clean Theme VPAT (Press)" %}</ h3 >
2828 {% endif %}
2929 {% include "common/elements/a11y/vpat.html" with vpat_data=vpat_data theme="clean" %}
3030
3131 {% if 'olh' in journal_themes %}
32- < h3 > OLH Theme VPAT {% trans "(Journals)" %}</ h3 >
32+ < h3 > {% trans "OLH Theme VPAT (Journals)" %}</ h3 >
3333 {% include "common/elements/a11y/vpat.html" with vpat_data=vpat_data theme="olh" %}
3434 {% endif %}
3535
3636 {% if 'material' in journal_themes %}
37- < h3 > Material Theme VPAT {% trans "(Journals)" %}</ h3 >
37+ < h3 > {% trans "Material Theme VPAT (Journals)" %}</ h3 >
3838 {% include "common/elements/a11y/vpat.html" with vpat_data=vpat_data theme="material" %}
3939 {% endif %}
4040
Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ <h3>VPAT</h3>
2323 </ p >
2424
2525 {% if 'material' in journal_themes %}
26- < h3 > Material Theme VPAT {% trans "(Press and Journals)" %}</ h3 >
26+ < h3 > {% trans "Material Theme VPAT (Press and Journals)" %}</ h3 >
2727 {% else %}
28- < h3 > Material Theme VPAT {% trans "(Press)" %}</ h3 >
28+ < h3 > {% trans "Material Theme VPAT (Press)" %}</ h3 >
2929 {% endif %}
3030 {% include "common/elements/a11y/vpat.html" with vpat_data=vpat_data theme="material" %}
3131
3232 {% if 'olh' in journal_themes %}
33- < h3 > OLH Theme VPAT {% trans "(Journals)" %}</ h3 >
33+ < h3 > {% trans "OLH Theme VPAT (Journals)" %}</ h3 >
3434 {% include "common/elements/a11y/vpat.html" with vpat_data=vpat_data theme="olh" %}
3535 {% endif %}
3636
3737 {% if 'clean' in journal_themes %}
38- < h3 > Clean Theme VPAT {% trans "(Journals)" %}</ h3 >
38+ < h3 > {% trans "Clean Theme VPAT (Journals)" %}</ h3 >
3939 {% include "common/elements/a11y/vpat.html" with vpat_data=vpat_data theme="clean" %}
4040 {% endif %}
4141
You can’t perform that action at this time.
0 commit comments