Actions
Fehler #194
openmissing localization on login screen
Status:
Neu
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
eXtplorer Version:
2.1.4
Joomla! Version:
none
Description
When you login the please wait text is not localized:
the fix is really simple
open include/authentication/extplorer.php
find
Ext.get( "statusBar").update( "Please wait..." );
replace with
Ext.get( "statusBar").update( "" );
and add this string on all lanaguage file
//missing localization added by selven
"please_wait" => "Please wait..."
No data to display
Actions