Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,

    I have the same problem. The cause is Manager::prepare_view_label trying to translate Month and List (uppercase) which have no translations. There are translations for month and list (lowercase) however. As a temporary fix, I changed line 408 of Manager.php to $label = ucfirst( __( $slug, $domain ) );.

    Best regards

    • This reply was modified 3 years, 8 months ago by mbovel.
Viewing 1 replies (of 1 total)