mirror of
https://github.com/romancm/gamebrary
synced 2024-11-28 06:00:22 +00:00
Fixed translations
This commit is contained in:
parent
fbf459375c
commit
d4ed2907a5
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
>
|
||||
<button
|
||||
class="small primary"
|
||||
:title="$t('gameTags')"
|
||||
:title="$t('tags.title')"
|
||||
>
|
||||
<i class="fas fa-tag" />
|
||||
</button>
|
||||
|
@ -32,7 +32,7 @@
|
|||
>
|
||||
<button
|
||||
class="small accent"
|
||||
:title="$t('gameTags')"
|
||||
:title="$t('tags.title')"
|
||||
>
|
||||
<i class="fas fa-cog" />
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue