fix: write "Official Navigation Graph" if graph author matches the product.name (#376)
which was broken after the commit a3288cc353
This commit is contained in:
parent
a3288cc353
commit
3c10cc0e67
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ void BotSupport::checkWelcome () {
|
|||
StringRef graphAuthor = graph.getAuthor ();
|
||||
StringRef graphModified = graph.getModifiedBy ();
|
||||
|
||||
if (!graphAuthor.startsWith (product.folder)) {
|
||||
if (!graphAuthor.startsWith (product.name)) {
|
||||
authorStr.assignf ("Navigation Graph by: %s", graphAuthor);
|
||||
|
||||
if (!graphModified.empty ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue