Skip to content

Commit

Permalink
fix: use i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrer committed Jul 12, 2024
1 parent 1842ddf commit 32f0218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/workflows/timeline/TimelineSorting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function updateSortedList(event: any) {
</script>
<template>
<div>
<p class="font-semibold mb-2">Sort by:</p>
<p class="font-semibold mb-2">{{ t('sort_by')}}:</p>
<Dropdown
v-model="selectedSortOption"
@update:model-value="updateSortedList($event)"
Expand Down

0 comments on commit 32f0218

Please sign in to comment.