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({
|
||||
name: "discourse",
|
||||
name: "Discourse",
|
||||
nodePrefix,
|
||||
edgePrefix,
|
||||
nodeTypes: [userNodeType, topicNodeType, postNodeType],
|
||||
|
|
Loading…
Reference in New Issue