change labels to Lurana Team

change label on language
This commit is contained in:
Fernando Ontiveros
2025-07-21 06:56:43 -04:00
parent aaf77ac802
commit af87b26511
9 changed files with 18 additions and 19 deletions

View File

@@ -119,7 +119,7 @@ function newSkin ($baseSkin = 'classic')
$skinName = $_REQUEST['skinName'];
$skinFolder = $_REQUEST['skinFolder'];
$skinDescription = isset( $_REQUEST['skinDescription'] ) ? $_REQUEST['skinDescription'] : '';
$skinAuthor = isset( $_REQUEST['skinAuthor'] ) ? $_REQUEST['skinAuthor'] : 'ProcessMaker Team';
$skinAuthor = isset( $_REQUEST['skinAuthor'] ) ? $_REQUEST['skinAuthor'] : 'Lurana Team';
if (is_dir( PATH_CUSTOM_SKINS . $skinFolder )) {
throw (new Exception( G::LoadTranslation( 'ID_SKIN_ALREADY_EXISTS' ) ));
@@ -457,4 +457,3 @@ function copy_skin_folder ($path, $dest, $exclude = array())
return false;
}
}