Skip to content

Commit

Permalink
Use $t
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Jan 31, 2025
1 parent 5252398 commit f52cfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/FtSlider/FtSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@change="change"
>
<span>
{{ t('Display Label', {label: label, value: displayLabel}) }}
{{ $t('Display Label', {label: label, value: displayLabel}) }}
</span>
</label>
</template>
Expand Down

0 comments on commit f52cfc1

Please sign in to comment.