Improve wording

This commit is contained in:
grandeljay 2022-08-31 16:21:10 +02:00
parent 619d56fcf9
commit 0e444271ab

View file

@ -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>