Skip to content

Commit a9e2abb

Browse files
authored
Update footer.html
keep language qutes
1 parent 4ad29ac commit a9e2abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/templates/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
</div>
22

3-
<div title="Confirmation" class="confirmation-text-redirect hidden">
3+
<div title="<?=__('Confirmation')?>" class="confirmation-text-redirect hidden">
44
<p class="confirmation"><?=__('LEAVE_PAGE_CONFIRMATION')?></p>
55
</div>
66

77
<div class="shortcuts" style="display:none">
88
<div class="header">
9-
<div class="title">Shortcuts</div>
9+
<div class="title"><?=__('Shortcuts')?></div>
1010
<div class="close"></div>
1111

1212
</div>

0 commit comments

Comments
 (0)