wpsight / wpcasa

WPCasa WordPress Real Estate
https://wpcasa.com
GNU General Public License v2.0
42 stars 23 forks source link

My listings in listing-single-agent.php in theme is not able to translate #75

Closed Jimmi08 closed 6 years ago

Jimmi08 commented 6 years ago

In Sylt theme in listing-single-agent.php is this code:

<a href="<?php wpsight_listing_agent_archive( $listing->ID ); ?>" class="button"><?php _e( 'My Listings', 'wpsight' ); ?></a>

After changing it to : <a href="<?php wpsight_listing_agent_archive( $listing->ID ); ?>" class="button"><?php _e( 'My Listings', 'wpcasa-sylt' ); ?></a> it worked.

But maybe there should be domain wpcasa because this string is in core wpcasa plugin too

image