Skip to content

Commit f7476c6

Browse files
committed
update option text
1 parent e2bb588 commit f7476c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/options_page/components/options/option-items/DontCreateWorkFolder.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
computed: {
1515
options() {
1616
return [{
17-
text: this.tl('_disable'),
17+
text: this.tl('_always_create'),
1818
value: 0
1919
}, {
2020
text: this.tl('_only_if_the_work_has_one_image'),
@@ -23,7 +23,7 @@ export default {
2323
text: this.tl('_only_when_downloading_one_image'),
2424
value: 3
2525
}, {
26-
text: this.tl('_always'),
26+
text: this.tl('_always_dont'),
2727
value: 2
2828
}]
2929
}

0 commit comments

Comments
 (0)