Skip to content

Commit

Permalink
Finish i18n string substitution for Time Picker (CFM-107)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Mar 31, 2022
1 parent 26fe22f commit 487e769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
</div>
</div>
<div v-if="this.ampm" class="cm-time-picker-ampm">
<ul><li>am</li><li>pm</li></ul>
<ul><li>{{ txt.am }}</li><li>{{ txt.pm }}</li></ul>
</div>
</div>
`
Expand Down

0 comments on commit 487e769

Please sign in to comment.