Skip to content

Commit

Permalink
Merge pull request #10 from fredroy/fix_getmodulename
Browse files Browse the repository at this point in the history
Fix init::GetModuleName
  • Loading branch information
fredroy authored Jan 15, 2024
2 parents 253775f + 8c63f34 commit 1f44268
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 1f44268

Please sign in to comment.