Skip to content

Commit

Permalink
fix: plugin name in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed Mar 26, 2022
1 parent 0ce7536 commit 14fde7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Expand Up @@ -16,7 +16,7 @@ export default class OpenSyncHistorySettingTab extends PluginSettingTab {
containerEl.empty();

containerEl.createEl('h2', {
text: 'Version History Diff (Sync, Publish & Git)',
text: 'Version History Diff (Sync, File Recovery & Git)',
});

/*
Expand Down

0 comments on commit 14fde7c

Please sign in to comment.