Quote:
Originally Posted by lowandloudinc
where can i edit the no soup for you part of the thread?
|
You can edit this by going to
AdminCP -> Languages & Phrases -> Phrase Manager -> search in phrases -> enter the following with out "'s "multiplelogin_alert" and click on phrase variable name only
then click on edit that phrase
also you can edit the phrase in the XML file before importing
you can search for
Code:
<phrase name="multiplelogin_alert"><![CDATA[{1} seems to have multiple personalities using {2} sharing the same computer. No soup for you! and you! and you!]]></phrase>
and edit
Code:
{1} seems to have multiple personalities using {2} sharing the same computer. No soup for you! and you! and you!
the {1} and {2} are dynamic and added in the phrase which are the user name and multiple users that have been detected.
Thanks
- James