mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-18 03:40:02 +02:00
Add tooltip trans to save ticket asignment
Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
{% endfor %}
|
||||
</select>
|
||||
|
||||
<button type="submit" class="btn btn-primary btn-sm" title="Save ticket assignment">
|
||||
<button type="submit" class="btn btn-primary btn-sm" data-toggle="tooltip" title="{% trans "Save ticket assignment" %}">
|
||||
<i class="fas fa-user-check"></i>
|
||||
</button>
|
||||
|
||||
|
Reference in New Issue
Block a user