From c413a0d9f2ba7ccff359a168daf3eca1c6016659 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 1 Oct 2021 19:12:49 +1000 Subject: [PATCH] "number of cards a note has" --- ftl/core/browsing.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftl/core/browsing.ftl b/ftl/core/browsing.ftl index 4404e6191..c81f3d74f 100644 --- a/ftl/core/browsing.ftl +++ b/ftl/core/browsing.ftl @@ -152,7 +152,7 @@ browsing-today = Today browsing-tooltip-card-modified = The last time changes were made to a card, including reviews, flags and deck changes browsing-tooltip-note-modified = The last time changes were made to a note, usually field content or tag edits browsing-tooltip-card = The name of a card's card template -browsing-tooltip-cards = The number of cards to a note +browsing-tooltip-cards = The number of cards a note has browsing-tooltip-notetype = The name of a note's notetype browsing-tooltip-question = The front side of a card, customisable in the card template editor browsing-tooltip-answer = The back side of a card, customisable in the card template editor