Skip to content

Commit

Permalink
fix: videos page title
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Jan 7, 2025
1 parent 7ca142f commit 0fe743c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/VideosSearchPanel.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div class="text-h5 text-uppercase text-primary">
{{ $t('filters') }}
{{ $t('videos') }}
</div>
<q-separator size="2px" class="bg-primary q-mt-md q-mb-md" />
<q-input
Expand Down

0 comments on commit 0fe743c

Please sign in to comment.