Skip to content

Commit

Permalink
Released version 3.6.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berthereau authored and Daniel Berthereau committed Apr 19, 2021
1 parent ab28408 commit 6f43eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/module.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ author_link = "https://gitlab.com/Daniel-KM"
module_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-UniversalViewer"
support_link = "https://gitlab.com/Daniel-KM/Omeka-S-module-UniversalViewer/-/issues"
configurable = true
version = "3.6.4.3"
version = "3.6.4.4"
omeka_version_constraint = "^3.0.0"
2 changes: 1 addition & 1 deletion src/Generic/AbstractModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function install(ServiceLocatorInterface $services): void
}
if (!$this->checkAllResourcesToInstall()) {
$message = new Message(
$translator->translate('This module has resources that connot be installed.') // @translate
$translator->translate('This module has resources that cannot be installed.') // @translate
);
throw new ModuleCannotInstallException((string) $message);
}
Expand Down

0 comments on commit 6f43eba

Please sign in to comment.