mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-01 09:24:59 +08:00
Merge pull request #1534 from urbanrotnik/ur-SCI-3106-tooltip-fix
Update tooltip for system notifications dropdown
This commit is contained in:
commit
6978db0e45
2 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<a href="#"
|
||||
id="system-notifications-dropdown"
|
||||
class="dropdown-toggle"
|
||||
title="System notifications"
|
||||
title="<%= t('system_notifications.navbar.tooltip') %>"
|
||||
data-toggle="dropdown"
|
||||
role="button"
|
||||
aria-haspopup="true"
|
||||
|
|
|
@ -1292,6 +1292,8 @@ en:
|
|||
create:
|
||||
success_flash: "Successfully added sample group <strong>%{sample_group}</strong> to team <strong>%{team}</strong>."
|
||||
system_notifications:
|
||||
navbar:
|
||||
tooltip: 'What’s new notifications'
|
||||
emails:
|
||||
subject: "You've received a What's new notification"
|
||||
intro_paragraph: "Hi %{user_name}, you've received What's new notification in SciNote:"
|
||||
|
|
Loading…
Add table
Reference in a new issue