update acronym for KTPs

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
This commit is contained in:
Chris Abraham 2025-04-02 11:00:58 +07:00
parent 9f2b25ce1a
commit 611f741217
No known key found for this signature in database
GPG Key ID: 60A2BD1DA7D4B0F0
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ if ( $query->have_posts() ) : ?>
// if filter matches all.
if ( $full_count == $query->found_posts ) {
echo 'Found ' . esc_html( $query->found_posts ) . ' KTPs';
echo 'Found ' . esc_html( $query->found_posts ) . ' KCNTPs';
} else {
// else show partial count.
echo 'Showing ' . esc_html( $query->found_posts ) . ' of ' . esc_html( $full_count ) . ' KTPs';
echo 'Showing ' . esc_html( $query->found_posts ) . ' of ' . esc_html( $full_count ) . ' KCNTPs';
}
?>
</p>