Misspelling in the theme
Hi there
I found a typo or incorrect translation in the theme. in the "template-tags.php" and thus also in the "clean-enterprise-pro.pot". This is the part in "template-tags.php":
printf( '<span class="posted-on">%1$s%3$s</span>',
sprintf( __( '<span class="posted-at">Posted at</span>', 'clean-enterprise-pro' ) ),
esc_url( get_permalink() ),
$time_string
);
In English one would always say "posted on" or "posted at the" when it is related to the date. But you used "posted at", that gives a completely different context.
I also translated your theme "Clean Enterprise Pro" into German. Can I somehow send you the two files.
Best regards