mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +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="#"
|
<a href="#"
|
||||||
id="system-notifications-dropdown"
|
id="system-notifications-dropdown"
|
||||||
class="dropdown-toggle"
|
class="dropdown-toggle"
|
||||||
title="System notifications"
|
title="<%= t('system_notifications.navbar.tooltip') %>"
|
||||||
data-toggle="dropdown"
|
data-toggle="dropdown"
|
||||||
role="button"
|
role="button"
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
|
|
|
||||||
|
|
@ -1292,6 +1292,8 @@ en:
|
||||||
create:
|
create:
|
||||||
success_flash: "Successfully added sample group <strong>%{sample_group}</strong> to team <strong>%{team}</strong>."
|
success_flash: "Successfully added sample group <strong>%{sample_group}</strong> to team <strong>%{team}</strong>."
|
||||||
system_notifications:
|
system_notifications:
|
||||||
|
navbar:
|
||||||
|
tooltip: 'What’s new notifications'
|
||||||
emails:
|
emails:
|
||||||
subject: "You've received a What's new notification"
|
subject: "You've received a What's new notification"
|
||||||
intro_paragraph: "Hi %{user_name}, you've received What's new notification in SciNote:"
|
intro_paragraph: "Hi %{user_name}, you've received What's new notification in SciNote:"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue