Skip to content

Commit

Permalink
#16: Update checkbox title-text to be more descriptive.
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Apr 5, 2020
1 parent 0e81113 commit b99a0d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Part of the "Remember Me" plugin, modified for operation under Zen Cart v1.5.0 and later
// by Cindy Merkin (aka lat9) of Vinos de Frutas Tropicales (vinosdefrutastropicales.com).
//
// Copyright (C) 2014. Vinos de Frutas Tropicales
// Copyright (C) 2014-2020. Vinos de Frutas Tropicales
//
define ('TEXT_REMEMBER_ME', 'Remember me?');
define ('TEXT_REMEMBER_ME_ALT', 'Click here to be automatically logged in on your next visit. NOTE: This will place a cookie on your computer which can only be read by this website.');
define('TEXT_REMEMBER_ME', 'Remember me?');
define('TEXT_REMEMBER_ME_ALT', 'Tick this box to be automatically logged in on your next visit. Note: This will place create a cookie in your current browser that can only be read by this website.');

0 comments on commit b99a0d9

Please sign in to comment.