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 committed Sep 20, 2024
1 parent 9a36b7e commit b0d65cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ app.component('Button', Button);
app.component('InputText', InputText);
app.component('InputSwitch', InputSwitch);
app.component('Menubar', Menubar);
app.component('Message', Message)
app.component('Message', Message);
app.component('Panel', Panel);
app.component('DataTable', DataTable);
app.component('DataView', DataView);
Expand Down
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 b0d65cf

Please sign in to comment.