Skip to content

Commit

Permalink
update settings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluwi committed Mar 7, 2024
1 parent d08ca28 commit abde3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export class VBPluginSettingsTab extends PluginSettingTab {
});

new Setting(containerEl)
.setName(t("Snapshot Format"))
.setName(t("Snapshot format"))
.setDesc(t("Select the image format in which the snapshots will be saved"))
.addDropdown((menu) => {
menu
Expand Down

0 comments on commit abde3c8

Please sign in to comment.