Skip to content

Commit

Permalink
fix(ui): clarify changelogs checkbox label
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 18, 2023
1 parent a92db38 commit d97d044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ export default {
inputs: [
{
type: 'checkbox',
label: "Don't show again",
label: 'Disable changelogs',
key: 'dontShowAgain',
hint: 'Enable this to never show changelogs on next updates',
},
Expand Down

0 comments on commit d97d044

Please sign in to comment.