Improve wording
This commit is contained in:
parent
619d56fcf9
commit
0e444271ab
1 changed files with 4 additions and 4 deletions
|
@ -712,19 +712,19 @@ class Page
|
|||
<a class="item"
|
||||
href="https://github.com/grandeljay/wishthis"
|
||||
target="_blank"
|
||||
title="<?= __('GitHub repository') ?>"
|
||||
title="<?= __('GitHub') ?>"
|
||||
>
|
||||
<i class="github icon"></i>
|
||||
<div class="content"><?= __('GitHub repository') ?></div>
|
||||
<div class="content"><?= __('GitHub') ?></div>
|
||||
</a>
|
||||
|
||||
<a class="item"
|
||||
href="https://www.transifex.com/wishthis/wishthis/"
|
||||
target="_blank"
|
||||
title="<?= __('Translate') ?>"
|
||||
title="<?= __('Transifex') ?>"
|
||||
>
|
||||
<i class="language icon"></i>
|
||||
<div class="content"><?= __('Translate') ?></div>
|
||||
<div class="content"><?= __('Transifex') ?></div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue