1<?php
2/**
3 * passwordgrey plugin - English language file
4 *
5 * @copyright (c) 2023 Damien Regad
6 * @license GPLv2 or later (https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
7 * @author  Damien Regad
8 */
9
10$lang['js']['reveal']      = 'Click and hold to reveal the password';
11$lang['js']['clipboard']    = 'Click to copy the password to the clipboard';
12