Skip to content

Commit

Permalink
FIX: Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Dec 24, 2022
1 parent f4f4ca0 commit 2a727d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Template/config/colours.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<div class="colour-section">
<ul class="">
<li class="">
<strong><?= t('Default Task Colour') ?>:</strong>
<strong><?= t('Task Colour') ?>:</strong>
<span class="default-box-colour" style="background-color: <?= $defaultBackground ?>; border-color: <?= $defaultBorder ?>;">
<?= ucfirst($this->task->colorModel->getDefaultColor()); ?>
</span>
</li>
<li class="note">
<?= t('Change the default colour in') ?> <?= $this->url->link(t('Project Settings'), 'ConfigController', 'project', array(), false, 'note-link', t('Go to Project Settings')) ?>
<?= t('Change the default task colour in') ?> <?= $this->url->link(t('Project Settings'), 'ConfigController', 'project', array(), false, 'note-link', t('Go to Project Settings')) ?>
</li>
</ul>
</div>
Expand Down

0 comments on commit 2a727d5

Please sign in to comment.