Skip to content

Commit

Permalink
Merge pull request #41 from Julievrz/dev
Browse files Browse the repository at this point in the history
Update short description and logo
  • Loading branch information
atomiix authored Oct 22, 2020
2 parents ff4e6dc + 33915a1 commit 63a6722
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## About

Adds a block featuring product categories.
Help navigation on your store, show your visitors current category and subcategories.

## Reporting issues

Expand Down
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ps_categorytree.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct()
parent::__construct();

$this->displayName = $this->getTranslator()->trans('Category tree links', [], 'Modules.Categorytree.Admin');
$this->description = $this->getTranslator()->trans('Adds a block featuring product categories.', [], 'Modules.Categorytree.Admin');
$this->description = $this->getTranslator()->trans('Help navigation on your store, show your visitors current category and subcategories.', [], 'Modules.Categorytree.Admin');
$this->ps_versions_compliancy = ['min' => '1.7.1.0', 'max' => _PS_VERSION_];
}

Expand Down

0 comments on commit 63a6722

Please sign in to comment.