Skip to content

Commit 54f6006

Browse files
authored
Merge pull request hestiacp#2501 from Hexaris/main
Missing translation in list backup
2 parents 239a02e + 6ff282a commit 54f6006

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/templates/pages/list_backup_detail.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
107107
<div class="actions-panel clearfix">
108108
<div class="actions-panel__col actions-panel__list shortcut-enter" key-action="href">
109-
<a href="/schedule/restore/?backup=<?=$backup?>&type=mail&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="Restore">
109+
<a href="/schedule/restore/?backup=<?=$backup?>&type=mail&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Restore');?>">
110110
<i class="fas fa-undo status-icon green status-icon dim"></i>
111111
</a>
112112
</div>
@@ -138,7 +138,7 @@
138138
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
139139
<div class="actions-panel clearfix">
140140
<div class="actions-panel__col actions-panel__list shortcut-enter" key-action="href">
141-
<a href="/schedule/restore/?backup=<?=$backup?>&type=dns&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="Restore">
141+
<a href="/schedule/restore/?backup=<?=$backup?>&type=dns&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Restore');?>">
142142
<i class="fas fa-undo status-icon green status-icon dim"></i>
143143
</a>
144144
</div>
@@ -170,7 +170,7 @@
170170
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
171171
<div class="actions-panel clearfix">
172172
<div class="actions-panel__col actions-panel__list shortcut-enter" key-action="href">
173-
<a href="/schedule/restore/?backup=<?=$backup?>&type=db&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="Restore">
173+
<a href="/schedule/restore/?backup=<?=$backup?>&type=db&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Restore');?>">
174174
<i class="fas fa-undo status-icon green status-icon dim"></i>
175175
</a>
176176
</div>
@@ -201,7 +201,7 @@
201201
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
202202
<div class="actions-panel clearfix">
203203
<div class="actions-panel__col actions-panel__list shortcut-enter" key-action="href">
204-
<a href="/schedule/restore/?backup=<?=$backup?>&type=cron&object=records&token=<?=$_SESSION['token']?>" title="Restore">
204+
<a href="/schedule/restore/?backup=<?=$backup?>&type=cron&object=records&token=<?=$_SESSION['token']?>" title="<?=_('Restore');?>">
205205
<i class="fas fa-undo status-icon green status-icon dim"></i>
206206
</a>
207207
</div>
@@ -233,7 +233,7 @@
233233
<div class="l-unit-toolbar__col l-unit-toolbar__col--right noselect">
234234
<div class="actions-panel clearfix">
235235
<div class="actions-panel__col actions-panel__list shortcut-enter" key-action="href">
236-
<a href="/schedule/restore/?backup=<?=$backup?>&type=udir&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="Restore">
236+
<a href="/schedule/restore/?backup=<?=$backup?>&type=udir&object=<?=$key?>&token=<?=$_SESSION['token']?>" title="<?=_('Restore');?>">
237237
<i class="fas fa-undo status-icon green status-icon dim"></i>
238238
</a>
239239
</div>

0 commit comments

Comments
 (0)