Skip to content

Commit

Permalink
Fix coding mistake in Author field
Browse files Browse the repository at this point in the history
  • Loading branch information
yanfali committed Oct 6, 2019
1 parent 59335a3 commit 8bdedc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Print.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<input
type="text"
v-model="_author"
:placeholder="$t('message.author.placeholder')"
:placeholder="i18n('author.placeholder')"
/>
</td>
</tr>
Expand Down

0 comments on commit 8bdedc2

Please sign in to comment.