From 98e45a4c87b855ce969c016c9e5f47b4a8dbd298 Mon Sep 17 00:00:00 2001 From: wandji20 Date: Thu, 22 Feb 2024 14:01:17 +0100 Subject: [PATCH] Change name column header names for exp, inventories, protocol and label templates tables [SCI-10230] --- config/locales/en.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index ae724212c..b193dd4f7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -983,7 +983,7 @@ en: index: head_title: 'Label templates' search_templates: 'Search labels' - thead_name: 'Name' + thead_name: 'Label name' format: 'Format' description: 'Description' updated_by: 'Last updated by' @@ -1460,7 +1460,7 @@ en: archive_button: "Archive" restore_button: "Restore" card: - name: "Experiment" + name: "Experiment name" id: "ID" start_date: "Start date" modified_date: "Modified date" @@ -2538,7 +2538,7 @@ en: head_title: "Inventories" head_title_archived: "Archived Inventories" table: - name: "Name" + name: "Inventory name" number_of_items: "No. of items" shared: "Shared" ownership: "Ownership" @@ -3210,7 +3210,7 @@ en: archive_action: "Archive" archive_flash_html: "%{count} protocol template(s) successfully archived." thead: - name: "Name" + name: "Protocol name" id: "ID" keywords: "Keywords" nr_of_linked_children: "Linked tasks"