mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
editor names (FSF -> GNU, fix capitalization of JetBrains) (#58981)
This commit is contained in:
parent
6637b34548
commit
afa86eb401
@ -56,7 +56,7 @@ export const editorGroups: IEditor[][] = [
|
||||
{
|
||||
icon: 'PyCharm',
|
||||
name: 'PyCharm',
|
||||
publisher: 'Jetbrains',
|
||||
publisher: 'JetBrains',
|
||||
releaseStage: 'Beta',
|
||||
docs: 'https://sourcegraph.com/docs/cody/clients/install-jetbrains',
|
||||
instructions: JetBrainsInstructions,
|
||||
@ -108,7 +108,7 @@ export const editorGroups: IEditor[][] = [
|
||||
{
|
||||
icon: 'Emacs',
|
||||
name: 'Emacs',
|
||||
publisher: 'Free Software Foundation',
|
||||
publisher: 'GNU',
|
||||
releaseStage: 'Coming Soon',
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user