Add tooltip trans to save ticket asignment

Co-authored-by: Benbb96 <Benbb96@users.noreply.github.com>
This commit is contained in:
David Vadnais
2025-08-04 17:34:45 +00:00
committed by GitHub
parent e6d218728b
commit 513812b0f5

View File

@@ -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>