Skip to content

Commit

Permalink
Merge pull request #127 from humhub-contrib/fix/126-translatable-cate…
Browse files Browse the repository at this point in the history
…gory

Fix category of a translatable string
  • Loading branch information
luke- committed Jun 9, 2023
2 parents e5c8298 + 60d1924 commit d6a2a86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.5.4 (Unreleased)
-------------------
- Fix #126: Fix category of a translatable string

1.5.3 (May 1, 2023)
-------------------
- Fix #121: Hard delete records on disable module
Expand Down Expand Up @@ -146,4 +150,3 @@ Changelog
---------------------
- Fix: Guest access write check
- Enh: Updated translations

2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Gallery",
"description": "Adds galleries to Spaces and profiles.",
"keywords": ["gallery", "photo", "organisation"],
"version": "1.5.3",
"version": "1.5.4",
"humhub": {
"minVersion": "1.14"
},
Expand Down
2 changes: 1 addition & 1 deletion views/config/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
?>
<div class="panel panel-default">

<div class="panel-heading"><?= Yii::t('CfilesModule.base', '<strong>Gallery</strong> module configuration') ?></div>
<div class="panel-heading"><?= Yii::t('GalleryModule.base', '<strong>Gallery</strong> module configuration') ?></div>

<div class="panel-body">
<?php $form = ActiveForm::begin(['id' => 'configure-form']) ?>
Expand Down

0 comments on commit d6a2a86

Please sign in to comment.