Skip to content

Commit

Permalink
style(dashboard/banners): translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNamedRobin authored and JustSamuel committed Dec 18, 2024
1 parent e7e569f commit eb870c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<span v-tooltip.top="startDate.toLocaleString()" class="font-semibold">
{{ formatDateTime(startDate) }}
</span>
{{ t('modules.admin.banners.till') }}
{{ t('common.till') }}
<span v-tooltip.top="endDate.toLocaleString()" class="font-semibold">
{{ formatDateTime(endDate) }}
</span>
Expand Down

0 comments on commit eb870c9

Please sign in to comment.