Tiny typo in admin page
-
FYI: There is a tiny typo in the admin page:
‘The ammount of time that cookie should be stored for.’‘ammount’ should be ‘amount’
Here’s the patch to correct:
— cookie-notice.orig.php 2018-06-11 09:40:14.000000000 +0100
+++ cookie-notice.php 2018-10-31 20:52:23.419197700 +0000
@@ -634,7 +634,7 @@echo ‘
</select>
– <p class=”description”>’ . __( ‘The ammount of time that cookie should be stored for.’, ‘cookie-notice’ ) . ‘</p>
+ <p class=”description”>’ . __( ‘The amount of time that cookie should be stored for.’, ‘cookie-notice’ ) . ‘</p>
</div>
</fieldset>’;
}
- The topic ‘Tiny typo in admin page’ is closed to new replies.