dever 6 years ago
parent
commit
ae655e5310
1 changed files with 2 additions and 2 deletions
  1. 2 2
      youzan/database/card.php

+ 2 - 2
youzan/database/card.php

@@ -122,9 +122,9 @@ return array
 		'fixed_term'		=> array
 		(
 			'type' 		=> 'int-11',
-			'name' 		=> '固定时长',
+			'name' 		=> '几天内有效',
 			'default' 	=> '',
-			'desc' 		=> '固定时长',
+			'desc' 		=> '几天内有效',
 			'match' 	=> 'option',
 			'update'	=> 'text',
 		),