diff options
author | Mario <mario@mariovavti.com> | 2024-03-12 09:11:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-12 09:11:53 +0000 |
commit | 34e24ea5e917b80eb1f149706fc019d3ec1e31fc (patch) | |
tree | 8d5ea366898164e9ebfeaa15328ede3f66c6a348 /view | |
parent | 907426af5e6a91cc7b001453e6e3acce8422d80a (diff) | |
download | volse-hubzilla-34e24ea5e917b80eb1f149706fc019d3ec1e31fc.tar.gz volse-hubzilla-34e24ea5e917b80eb1f149706fc019d3ec1e31fc.tar.bz2 volse-hubzilla-34e24ea5e917b80eb1f149706fc019d3ec1e31fc.zip |
fix modal headerÃ
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 25b60c473..61886c3ee 100644 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -259,7 +259,7 @@ <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> - <h3 class="modal-title">{{$response.count}} {{$response.button}}</h3> + <h3 class="modal-title">{{$response.count}} {{$response.button.label}}</h3> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true"></button> </div> <div class="modal-body response-list"> |