Skip to content

Commit 4384fc3

Browse files
authored
Fix: Another possible and a missing translations
1 parent 471a415 commit 4384fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

emhttp/plugins/dynamix.docker.manager/include/CreateDocker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ function prepareCategory() {
11771177

11781178
<?if($TS_ExitNodeNeedsApproval):?>
11791179
<div markdown="1" class="TShostname noshow">
1180-
<b>Warning:</b>
1180+
<b>_(Warning)_</b>:
11811181
: Exit Node not yet approved. Navigate to the <a href="<?=$TS_DirectMachineLink?>" target='_blank'>Tailscale website</a> and approve it.
11821182
</div>
11831183
<?endif;?>
@@ -1186,7 +1186,7 @@ function prepareCategory() {
11861186
<div markdown="1" class="TSdivider noshow">
11871187
<?if($TS_expiry_diff->invert):?>
11881188
<b>_(Warning)_</b>:
1189-
: <b>Tailscale Key expired!</b> <a href="<?=$TS_MachinesLink?>" target='_blank'>Renew/Disable key expiry</a> for '<b><?=$TS_HostNameActual?></b>'.
1189+
: <span></span><b>Tailscale Key expired!</b> <a href="<?=$TS_MachinesLink?>" target='_blank'>Renew/Disable key expiry</a> for '<b><?=$TS_HostNameActual?></b>'.</span>
11901190
<?else:?>
11911191
<b>_(Warning)_</b>:
11921192
: <span>Tailscale Key will expire in <b><?=$TS_expiry_diff->days?> days</b>! <a href="<?=$TS_MachinesLink?>" target='_blank'>Disable Key Expiry</a> for '<b><?=$TS_HostNameActual?></b>'.</span>

0 commit comments

Comments
 (0)