Skip to content

Commit

Permalink
fix getModuleName
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Jan 15, 2024
1 parent 253775f commit 8c63f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Registration/initRegistration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace component

const char* getModuleName()
{
return "Registration Plugin";
return "Registration";
}

const char* getModuleVersion()
Expand Down

0 comments on commit 8c63f34

Please sign in to comment.