fix: Fixed typo in the use of the project name

This commit is contained in:
Petr Mironychev
2025-03-27 00:34:10 +01:00
parent 7d06ab04dc
commit d58ff90458
10 changed files with 15 additions and 15 deletions

View File

@ -80,7 +80,7 @@ public:
ProjectPanelFactory()
{
setPriority(1000);
setDisplayName(Tr::tr("Qode Assist"));
setDisplayName(Tr::tr("QodeAssist"));
setCreateWidgetFunction(&createProjectPanel);
}
};