Skip to content

Commit

Permalink
fix: password field description
Browse files Browse the repository at this point in the history
close #293
  • Loading branch information
Vinzent03 committed Sep 5, 2022
1 parent a9379d9 commit 9dc5f7c
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 @@ -411,7 +411,7 @@ export class ObsidianGitSettingsTab extends PluginSettingTab {
if (plugin.gitManager instanceof IsomorphicGit)
new Setting(containerEl)
.setName("Password/Personal access token")
.setDesc("Type in your password and press on the button to set it. You won't be able to see it again.")
.setDesc("Type in your password. You won't be able to see it again.")
.addText(cb => {
cb.inputEl.autocapitalize = "off";
cb.inputEl.autocomplete = "off";
Expand Down

0 comments on commit 9dc5f7c

Please sign in to comment.