표기 일부 변경

This commit is contained in:
2019-09-21 18:09:37 +09:00
parent 3f145abd6f
commit b7a5de49c6
3 changed files with 11 additions and 7 deletions
+4 -2
View File
@@ -54,8 +54,9 @@ if(file_exists(__dir__.'/.htaccess')){
}
$auto_info = join(', ', array_values($auto_info));
$otherTextInfo[] = $templates->render('tooltip', [
'text'=>'자행동',
'text'=>'자행동',
'info'=>$auto_info,
'style'=>'text-decoration:underline'
]);
}
@@ -131,8 +132,9 @@ if($admin['autorun_user']['limit_minutes']??false){
}
$auto_info = join(', ', array_values($auto_info));
$otherTextInfo[] = $templates->render('tooltip', [
'text'=>'자행동',
'text'=>'자행동',
'info'=>$auto_info,
'style'=>'text-decoration:underline'
]);
}