Skip to content

Commit

Permalink
FIX: Missing Translation Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 19, 2023
1 parent 17bc35c commit 20404f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Template/config/manual-edits.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="m-edit-codeblock">
<span class="code-icon-red"></span> <i class=""><?= t('Change from') ?></i>
<br>
<a href="https://github.com/kanboard/kanboard/blob/main/app/Core/Mail/Client.php#L71" class="" title="Opens in a new window" target="_blank" rel="noopener noreferrer">
<a href="https://github.com/kanboard/kanboard/blob/main/app/Core/Mail/Client.php#L71" class="" title="<?= t('Opens in a new window') ?>" target="_blank" rel="noopener noreferrer">
<span class="chev-link-icon"></span><?= t('Go to line N°') ?> 71
</a> <?= t('in') ?> <kbd>/app/Core/Mail/Client.php</kbd>
<br>
Expand Down Expand Up @@ -52,7 +52,7 @@
<div class="m-edit-codeblock">
<span class="code-icon-red"></span> <i class=""><?= t('Change from') ?></i>
<br>
<a href="https://github.com/kanboard/kanboard/blob/main/config.default.php#L274" class="" title="Opens in a new window" target="_blank" rel="noopener noreferrer">
<a href="https://github.com/kanboard/kanboard/blob/main/config.default.php#L274" class="" title="<?= t('Opens in a new window') ?>" target="_blank" rel="noopener noreferrer">
<span class="chev-link-icon"></span><?= t('Go to line N°') ?> 274
</a> <?= t('in') ?> <kbd>/config.php</kbd>
<br>
Expand Down

0 comments on commit 20404f0

Please sign in to comment.