mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-30 07:58:28 +08:00
changed tooltips (#5639)
This commit is contained in:
parent
f3dcef44ac
commit
a88adf7630
2 changed files with 5 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
|||
</button>
|
||||
|
||||
<div id="protocol-import-group" class="sci-btn-group only-active" role="group">
|
||||
<button class="btn btn-light btn-open-file"
|
||||
<button class="btn btn-light btn-open-file" title="<%= t("protocols.index.import_tooltip") %>"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="false">
|
||||
|
|
|
|||
|
|
@ -461,7 +461,7 @@ en:
|
|||
create_new_button: "New Project"
|
||||
no_permission_title: "You don't have permission to create new project. Please contact your team administrator."
|
||||
new: "New project"
|
||||
new_tooltip: "Create new Project"
|
||||
new_tooltip: "Create new project"
|
||||
new_folder: "New folder"
|
||||
new_folder_tooltip: "Create new folder"
|
||||
visibility_private: "Project is visible to project members only."
|
||||
|
|
@ -1692,7 +1692,7 @@ en:
|
|||
active_reminders:
|
||||
label: "Active reminders"
|
||||
short_label: "Reminders…"
|
||||
description: "Show only active reminderss"
|
||||
description: "Show only active reminders"
|
||||
checked_description: "Show all items"
|
||||
head_title: "Inventories"
|
||||
title: "Inventories"
|
||||
|
|
@ -1791,7 +1791,7 @@ en:
|
|||
no_archived_items_matched: "No archived items here"
|
||||
error_searching: "Error searching, please try again"
|
||||
button_tooltip:
|
||||
new: "Create item"
|
||||
new: "Create new item"
|
||||
edit: "Edit item"
|
||||
duplicate: "Duplicate"
|
||||
export: "Export"
|
||||
|
|
@ -2855,6 +2855,7 @@ en:
|
|||
private_description: "My protocols are only visible to you."
|
||||
create_new: "New protocol template"
|
||||
create_new_tooltip: "Create new protocol template"
|
||||
import_tooltip: "import"
|
||||
edit: "Edit"
|
||||
clone_btn: "Copy"
|
||||
import: "Import"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue