Skip to content

Commit

Permalink
Fix to adjust script name
Browse files Browse the repository at this point in the history
Based on @marclaporte suggestion
  • Loading branch information
iliajie committed Dec 21, 2024
1 parent 44c975b commit 5110b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tikiwiki.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# script_tikiwiki_desc()
sub script_tikiwiki_desc
{
return "TikiWiki";
return "Tiki Wiki CMS Groupware";
}

sub script_tikiwiki_uses
Expand Down

2 comments on commit 5110b55

@marclaporte
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@iliajie
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome!

Please sign in to comment.