We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ad29ac + a9e2abb commit 085a9e4Copy full SHA for 085a9e4
web/templates/footer.html
@@ -1,12 +1,12 @@
1
</div>
2
3
- <div title="Confirmation" class="confirmation-text-redirect hidden">
+ <div title="<?=__('Confirmation')?>" class="confirmation-text-redirect hidden">
4
<p class="confirmation"><?=__('LEAVE_PAGE_CONFIRMATION')?></p>
5
6
7
<div class="shortcuts" style="display:none">
8
<div class="header">
9
- <div class="title">Shortcuts</div>
+ <div class="title"><?=__('Shortcuts')?></div>
10
<div class="close"></div>
11
12
0 commit comments