admininfo.php 252 B

123456
  1. <?php
  2. return [
  3. 'Please input correct username' => 'Please enter the correct username',
  4. 'Please input correct password' => 'Please enter the correct password',
  5. 'Avatar modified successfully!' => 'Profile picture modified successfully!',
  6. ];