diff --git a/rslib/src/browser_table.rs b/rslib/src/browser_table.rs index cc5370fa4..f61f82773 100644 --- a/rslib/src/browser_table.rs +++ b/rslib/src/browser_table.rs @@ -161,7 +161,7 @@ impl Column { Self::Lapses => tr.scheduling_lapses(), Self::NoteCreation => tr.browsing_created(), Self::NoteMod => tr.search_note_modified(), - Self::Notetype => tr.notetypes_notetype(), + Self::Notetype => tr.card_stats_note_type(), Self::Question => tr.browsing_question(), Self::Reps => tr.scheduling_reviews(), Self::SortField => tr.browsing_sort_field(),