mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 01:33:51 -04:00
Normalize capitalization ticket #596
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<html>
|
||||
<head>
|
||||
<title><?= t("Password Reset Request") ?> </title>
|
||||
<title><?= t("Password reset request") ?> </title>
|
||||
</head>
|
||||
<body>
|
||||
<h2><?= t("Password Reset Request") ?> </h2>
|
||||
<h2><?= t("Password reset request") ?> </h2>
|
||||
<p>
|
||||
<?= t("Hello, %name,", array("name" => $user->full_name ? $user->full_name : $user->name)) ?>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user