Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

BT-680 Fixed missing User Picker Localizations #38

Open
wants to merge 2 commits into
base: v3.2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log #

## 3.2.5 Unreleased
* !38 BT-680 Fixed missing Localizations in User Picker.

## 3.2.4
* Added Russian translations and twig template

Expand Down
1 change: 1 addition & 0 deletions html/includes/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ <h4 name="thankyou:component:say_thank_you" class="modal-title">Say thank you</h

<div class="form-control-static col-sm-10">
<txt name="select_user" visible="1">
<include file="../../common/select2_inc.html">
<component class_key="user_picker" name="thank_you_user" multiple="1" id="thank_you_user" />
</txt>
<txt name="preselected_user" visible="0">
Expand Down