Capitalize Discourse plugin name (#1364)
This ensures consistency with GitHub, and will allow us to use plugin names in the UI. Test plan: Not needed, trivial change.
This commit is contained in:
parent
e2e6c56650
commit
dbb31a586c
|
@ -74,7 +74,7 @@ export const likesEdgeType: EdgeType = deepFreeze({
|
||||||
});
|
});
|
||||||
|
|
||||||
export const declaration: PluginDeclaration = deepFreeze({
|
export const declaration: PluginDeclaration = deepFreeze({
|
||||||
name: "discourse",
|
name: "Discourse",
|
||||||
nodePrefix,
|
nodePrefix,
|
||||||
edgePrefix,
|
edgePrefix,
|
||||||
nodeTypes: [userNodeType, topicNodeType, postNodeType],
|
nodeTypes: [userNodeType, topicNodeType, postNodeType],
|
||||||
|
|
Loading…
Reference in New Issue