From 13972e6c3310e85f0a12a405ff38f75f74ba3af3 Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Wed, 7 Dec 2022 10:22:29 +0400 Subject: [PATCH] CSS: sorting, experiment card, task card[SCI-7558] --- config/locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index d0237cc00..ffefb691c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3159,14 +3159,14 @@ en: comment_placeholder_new: "Add new comment…" archived: "Archived" sort: - new_html: "  Started last" + new_html: "  Started last" old_html: "  Started first" atoz_html: "  Name A to Z" - ztoa_html: "  Name Z to A" + ztoa_html: "  Name Z to A" archived_new_html: "Archived last" archived_old_html: "Archived first" id_asc_html: "  ID ascending" - id_desc_html: "  ID descending" + id_desc_html: "  ID descending" sort_new: new: "Newest" old: "Oldest"