We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bb588 commit f7476c6Copy full SHA for f7476c6
src/options_page/components/options/option-items/DontCreateWorkFolder.vue
@@ -14,7 +14,7 @@ export default {
14
computed: {
15
options() {
16
return [{
17
- text: this.tl('_disable'),
+ text: this.tl('_always_create'),
18
value: 0
19
}, {
20
text: this.tl('_only_if_the_work_has_one_image'),
@@ -23,7 +23,7 @@ export default {
23
text: this.tl('_only_when_downloading_one_image'),
24
value: 3
25
26
- text: this.tl('_always'),
+ text: this.tl('_always_dont'),
27
value: 2
28
}]
29
}
0 commit comments