mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 14:44:26 +08:00
Experiment table - fix comments header tooltip [SCI-7688]
This commit is contained in:
parent
631608e7db
commit
52707fdcf8
1 changed files with 1 additions and 1 deletions
|
@ -1333,7 +1333,7 @@ en:
|
|||
status_html: 'Status'
|
||||
assigned_html: 'Assigned to'
|
||||
tags_html: 'Tags'
|
||||
comments_html: '<i class="fas fa-comment"></i>'
|
||||
comments_html: '<i data-toggle="tooltip" data-placement="left" title="Comments" class="fas fa-comment"></i>'
|
||||
modal_move_modules:
|
||||
title: "Move task(s) to experiment"
|
||||
confirm: "Move"
|
||||
|
|
Loading…
Reference in a new issue