[TWIG][I18N] Improve base template facilitate translations of the accessibility panel text
This commit is contained in:
parent
c028a601a5
commit
4717dde12e
|
@ -55,11 +55,7 @@
|
|||
<section tabindex="0">
|
||||
<p>{{ 'Here you can find fast shortcuts to various page regions!' | trans }}</p>
|
||||
<br>
|
||||
<p>
|
||||
{{ 'Be mindful that a ' | trans }}<em><kbd>Tab</kbd></em>{{ ' followed by a ' | trans }}<em><kbd>Space</kbd></em>
|
||||
{{ ' is needed in order to focus each panel. Other anchors do only require a ' | trans }} <em><kbd>Tab</kbd></em>
|
||||
{{ ' however. ' | trans }}
|
||||
</p>
|
||||
<p>{% trans %}Be mindful that a <em><kbd>Tab</kbd></em> followed by a <em><kbd>Space</kbd></em> is needed in order to focus each panel. Other anchors do only require a <em><kbd>Tab</kbd></em> however.{% endtrans %}</p>
|
||||
</section>
|
||||
|
||||
<section tabindex="0">
|
||||
|
|
Loading…
Reference in New Issue
Block a user