Skip to content

Commit

Permalink
FIX: Better Wording in Code Block
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 19, 2023
1 parent f82624e commit 1a0a195
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
//'Automated emails received via cronjob can be adjusted to your preferred application name by completing the following:' => '',
//'Change the application name' => '',
//'Change from' => '',
//'Line' => '',
//'Go to line N°' => '',
//'in' => '',
//'Change to' => '',
//'Change the application name in the translation string when a username is used' => '',
Expand Down
2 changes: 1 addition & 1 deletion Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
'Automated emails received via cronjob can be adjusted to your preferred application name by completing the following:' => '',
'Change the application name' => '',
'Change from' => '',
'Line' => '',
'Go to line N°' => '',
'in' => '',
'Change to' => '',
'Change the application name in the translation string when a username is used' => '',
Expand Down
4 changes: 2 additions & 2 deletions Template/config/manual-edits.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<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">
<svg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" fill="#000000" class="bi bi-chevron-right chev-link" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg><?= t('Line') ?> 71
</svg><?= t('Go to line N°') ?> 71
</a> <?= t('in') ?> <kbd>/app/Core/Mail/Client.php</kbd>
<br>
<code class="edit-code">$author = 'Kanboard';</code>
Expand Down Expand Up @@ -57,7 +57,7 @@
<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">
<svg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" fill="#000000" class="bi bi-chevron-right chev-link" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>
</svg><?= t('Line') ?> 274
</svg><?= t('Go to line N°') ?> 274
</a> <?= t('in') ?> <kbd>/config.php</kbd>
<br>
<code class="edit-code">define('TOTP_ISSUER', 'Kanboard');</code>
Expand Down

0 comments on commit 1a0a195

Please sign in to comment.