Skip to content

Commit

Permalink
fix: wording s/ignore case/case insensitive/ (#478)
Browse files Browse the repository at this point in the history
* Wording patch

Ignore case to Case Insensitive

* Update src/components/CategoryEditModal.vue

Co-authored-by: Michael Rienstra <mrienstra@gmail.com>

---------

Co-authored-by: Erik Bjäreholt <erik.bjareholt@gmail.com>
Co-authored-by: Michael Rienstra <mrienstra@gmail.com>
  • Loading branch information
3 people authored Sep 10, 2023
1 parent d2fa858 commit f76721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CategoryEditModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ b-modal(id="edit" ref="edit" title="Edit category" @show="resetModal" @hidden="h
div.d-flex
div.flex-grow-1
b-form-checkbox(v-model="editing.rule.ignore_case" switch)
| Ignore case
| Case insensitive
div.flex-grow-1
small.text-right
//div(v-if="valid" style="color: green") Valid
Expand Down

1 comment on commit f76721a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.3b3 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.3b3 (click to expand)

Please sign in to comment.