id/strings.php

16 lines
371 B
PHP
Raw Normal View History

2023-11-06 16:38:18 +00:00
<?php
// This file contains strings inserted by PHP, designed for easy editing and localisation.
$errors = [
// "error_code" => "Message"
// XX errors are generic messages
// 9XX errors are user error
"900" => "Sorry, those passwords don't match. Please try again.",
"901" => "Incorrect password. Please check your spelling and try again."
]
?>