Change text in PWA

S

scot.milroy

Hello,

I am trying to make changes to some of the text that is displayed on
homepage.asp.

I need to know the location of text containers so that I can change the
text to read something else.

I am trying to change the Welcome to Project Web Access, <user name> to
something else.

Any ideas where IDS_LOGON_WELCOME_TEXT is located so that I change the
text?

Thanks,

Scot
 
G

Gary L. Chefetz [MVP]

Scott:

Most of the application is localized through strings contained in
MSP_WEB_CONVERSIONS - Be careful with these as many contain code snippets as
well as text values.
 
Top