We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f77c5 commit 083e8dbCopy full SHA for 083e8db
src/settings/tab.ts
@@ -20,7 +20,7 @@ export default class GitHubSyncSettingsTab extends PluginSettingTab {
20
21
let tokenInput: TextComponent;
22
new Setting(containerEl)
23
- .setName("GitHub Token")
+ .setName("GitHub token")
24
.setDesc(
25
"A personal access token or a fine-grained token with read and write access to your repository",
26
)
src/views/conflicts-resolution/view.tsx
@@ -24,7 +24,7 @@ export class ConflictsResolutionView extends ItemView {
}
getDisplayText() {
27
- return "Conflicts Resolution";
+ return "Conflicts resolution";
28
29
30
private resolveAllConflicts(resolutions: ConflictResolution[]) {
0 commit comments