Skip to content

Commit

Permalink
fix(curseforge): wrong view page name
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jul 29, 2019
1 parent 9dfc54c commit 2c9199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/windows/main/CurseforgeViewPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-container grid-list-md fill-height>
<v-layout row wrap justify-space-around>
<v-flex tag="h1" class="white--text" xs7>
<span class="headline">{{ $tc('curseforge.mc-mods.name', 2) }}</span>
<span class="headline">{{ $tc(`curseforge.${type}.name`, 2) }}</span>
</v-flex>
<v-flex xs5>
<v-text-field hide-details :label="$t('curseforge.search')" />
Expand Down

0 comments on commit 2c9199e

Please sign in to comment.