Skip to content

Commit f76721a

Browse files
JulianoeErikBjaremrienstra
authored
fix: wording s/ignore case/case insensitive/ (#478)
* 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>
1 parent d2fa858 commit f76721a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CategoryEditModal.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ b-modal(id="edit" ref="edit" title="Edit category" @show="resetModal" @hidden="h
1919
div.d-flex
2020
div.flex-grow-1
2121
b-form-checkbox(v-model="editing.rule.ignore_case" switch)
22-
| Ignore case
22+
| Case insensitive
2323
div.flex-grow-1
2424
small.text-right
2525
//div(v-if="valid" style="color: green") Valid

0 commit comments

Comments
 (0)