My code in gobal footer component -
<div id="copyright">
© {!$Label.copyright}
</div>
It is displaying in page"© Copyright 2012 "
I am new in Salesforce. I just want to modified text with
"© Copyright 2013 "
In place of 2012 I want to use 2013...
What I have tried ??
$Label
is global variable search for copyright...Please help me if I missed some basic part to check !!
Thanks!!
From Need to modified variable value in visualforce/apex/salesforce by rao:
If you go to
setup--> create--> custom labels
you should see a label by name copyright click on it and the value should say "copyright 2012...." change the value there to 2013.Hope this helps
UPDATE:
check this out if you are looking here:
One final check /suggestion check your view and try to see if it is showing all the custom labels and not filtered.
This is the solution !! Thanks !!