mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-21 20:50:49 +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 %}
|
{% endfor %}
|
||||||
</select>
|
</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>
|
<i class="fas fa-user-check"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user