Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (11.9k points)

My code in gobal footer component -

   <div id="copyright">

            &copy; {!$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 ??

Checked custom label

$Label is global variable search for copyright...

Please help me if I missed some basic part to check !!

Thanks!!

1 Answer

0 votes
by (32.1k points)
edited by

Go to Setup > Create > Custom Labels you would 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

Learn about Salesforce by signing up for this professional Salesforce course online!

Browse Categories

...