Skip to content

Commit

Permalink
fix: subject filter label
Browse files Browse the repository at this point in the history
  • Loading branch information
rapatao committed Nov 4, 2024
1 parent fc3af38 commit 4d04424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/filter.vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
<div class="column is-two-fifths">
<div class="field is-horizontal">
<div class="field-label is-normal">
<label for="subject" class="label">From</label>
<label for="subject" class="label">Subject</label>
</div>
<div class="field-body">
<div class="field">
Expand Down

0 comments on commit 4d04424

Please sign in to comment.