changed tooltips (#5639)

This commit is contained in:
G-Chubinidze 2023-06-21 12:00:46 +04:00 committed by GitHub
parent f3dcef44ac
commit a88adf7630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

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

View file

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