Skip to content

Commit

Permalink
FIX: Translation wording
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Feb 5, 2023
1 parent 69b395d commit 49ac86f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
//'Login Message' => '',
//'Use this platform to manage your productivity. Work with tasks inside project boards to track comments, files and activities.' => '',
//'This message will appear within the form above the username or leave blank for the default message' => '',
//'Copyright From' => '',
//'From Year' => '',
//'Leave blank to show only the current year' => '',
//'Site Metadata' => '',
//'The site description and common device icons are shown in the %s section.' => '',
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 @@ -112,7 +112,7 @@
'Login Message' => '',
'Use this platform to manage your productivity. Work with tasks inside project boards to track comments, files and activities.' => '',
'This message will appear within the form above the username or leave blank for the default message' => '',
'Copyright From' => '',
'From Year' => '',
'Leave blank to show only the current year' => '',
'Site Metadata' => '',
'The site description and common device icons are shown in the %s section.' => '',
Expand Down
2 changes: 1 addition & 1 deletion Template/config/branding-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<p class="form-help"><?= t('This message will appear within the form above the username or leave blank for the default message') ?></p>
</div>
<div class="app-rename">
<?= $this->form->label(t('Copyright From'), 'copyright_from', array('class=""')) ?>
<?= $this->form->label(t('From Year'), 'copyright_from', array('class=""')) ?>
<?= $this->form->number('copyright_from', $values, $errors, array('placeholder="2014"')) ?>
<p class="form-help"><?= t('Leave blank to show only the current year') ?></p>
</div>
Expand Down

0 comments on commit 49ac86f

Please sign in to comment.