Hello OSCLASS Champs,
I need to change Label of Listing Location in item-post.php and I made changes like
<div class="control-group">
<label class="control-label" for="city"><?php _e('City', 'bender'); ?></label>
<div class="controls">
<?php ItemForm::city_text(osc_user()); ?>
</div>
to
<div class="control-group">
<label class="control-label" for="city"><?php _e('City Area/Sector', 'bender'); ?></label>
<div class="controls">
<?php ItemForm::city_text(osc_user()); ?>
</div>
But the problem is this when i updated it to local host, working fine while in real hosting server is not reflecting changes.
I thought its a hosting cache like somethink so waited for 3 days but not reflected yet.
Please help me out.
Thanks in advance.