Skip to content

Commit

Permalink
Update SampleVisualforcePage.page
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanjosh authored Jun 21, 2016
1 parent 6fdbefa commit 121f8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salesforce/src/pages/SampleVisualforcePage.page
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<apex:page controller="SampleController">
<apex:pageBlock title="Hello {!$User.FirstName} {!$User.LastName}, welcome to app version {!appVersion}!">
<apex:pageBlock title="Hello there {!$User.FirstName} {!$User.LastName}, welcome to app version {!appVersion}!">
This is your {!$User.CompanyName} Salesforce environment.
</apex:pageBlock>
</apex:page>

0 comments on commit 121f8fd

Please sign in to comment.