mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-17 06:56:36 +00:00
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…
x
Reference in New Issue
Block a user