1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Update translates.

This commit is contained in:
Awilum
2012-09-30 21:36:49 +03:00
parent 22b108771c
commit 9085e16d3a
7 changed files with 32 additions and 2 deletions

View File

@@ -286,7 +286,7 @@
// Send
@mail($user['email'], "Your new password for {$site_name}", $message);
@mail($user['email'], __('Your new password for :site_name', 'users', array('site_name' => $site_name)), $message);
// Set notification
Notification::set('success', __('New password has been sent', 'users'));
@@ -331,7 +331,7 @@
// Send
@mail($user['email'], "Your login details for {$site_name}", $message);
@mail($user['email'], __('Your login details for :site_name', 'users', array('site_name' => $site_name)), $message);
// Set notification
Notification::set('success', __('Your login details for :site_name has been sent', 'users', array(':site_name' => $site_name)));