Skip to content

Commit

Permalink
fix(locale): typo
Browse files Browse the repository at this point in the history
Former-commit-id: c2b6217
  • Loading branch information
dozono authored and ci010 committed Jul 15, 2019
1 parent c8b32bb commit 8ff7f90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<v-text-field dark v-model="name" :label="$t('profile.name')" :placeholder="`Minecraft ${mcversion}`"></v-text-field>
</v-flex>
<v-flex d-flex xs6>
<v-text-field dark readonly :value="$repo.getters.currentVersion.id" :label="$t('profile.versoin')" @click="$emit('goto', 0)"></v-text-field>
<v-text-field dark readonly :value="$repo.getters.currentVersion.id" :label="$t('profile.version')" @click="$emit('goto', 0)"></v-text-field>
</v-flex>
<v-flex d-flex xs6>
<v-text-field dark v-model="author" :label="$t('profile.modpack.author')" :placeholder="$repo.state.user.name"
Expand Down
2 changes: 1 addition & 1 deletion static/locale.schema.json.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
db7160dfbdbc4155dfcaa52a0ebcc70a20225347
c63f99e660d2f0dc814e04d42de889a398a90536
2 changes: 1 addition & 1 deletion static/locales/zh-CN.json.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
151b1be2f5ac59db3a8760ebdc48afd3ee30ff91
bf954b392f57cd9ed73e9311a7e2161d3b3c8af8

0 comments on commit 8ff7f90

Please sign in to comment.