mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fix typo in activation link notification message
Corrected the English translation for the activation link notification by removing an unnecessary comma in the message.
This commit is contained in:
@@ -1392,7 +1392,7 @@ $lang['Set as main user'] = 'Set as main user';
|
||||
$lang['This user must first be defined as the webmaster before it can be upgraded to the main user'] = 'This user must first be defined as the webmaster before it can be upgraded to the main user';
|
||||
$lang['Copied link'] = 'Copied link';
|
||||
$lang['You cannot copy the password if the connection to this site is not secure.'] = 'You cannot copy the password if the connection to this site is not secure.';
|
||||
$lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = 'An activation link valid, for %s has been sent to "%s". If the link is not received, a new one can be generated and copied by editing the user and managing their password.';
|
||||
$lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = 'An activation link valid for %s has been sent to "%s". If the link is not received, a new one can be generated and copied by editing the user and managing their password.';
|
||||
$lang['Copy the link below and send it to the user so the password can be set.'] = 'Copy the link below and send it to the user so the password can be set.';
|
||||
$lang['An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.'] = 'An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.';
|
||||
$lang['Copy the password link'] = 'Copy the password link';
|
||||
|
||||
Reference in New Issue
Block a user