From 530887c24f8db50884e85207e65a5422dc190943 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Fri, 22 Mar 2019 09:55:54 +0000 Subject: [PATCH 1/2] [4.0] Date in example string The current string is > The date of birth entered should use the format Year-Month-Day, ie 0000-00-00 this PR uses a better example date to further clarify that it is YMD --- administrator/language/en-GB/en-GB.plg_user_profile.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/language/en-GB/en-GB.plg_user_profile.ini b/administrator/language/en-GB/en-GB.plg_user_profile.ini index aede58783926c..5ed00c21415ff 100644 --- a/administrator/language/en-GB/en-GB.plg_user_profile.ini +++ b/administrator/language/en-GB/en-GB.plg_user_profile.ini @@ -29,5 +29,5 @@ PLG_USER_PROFILE_FILL_FIELD_DESC_SITE="If required, please fill this field." PLG_USER_PROFILE_OPTION_AGREE="Agree" PLG_USER_PROFILE_SLIDER_LABEL="User Profile" ; Adapt the following string to the format you entered in the 'DATE_FORMAT_CALENDAR_DATE' -PLG_USER_PROFILE_SPACER_DOB="The date of birth entered should use the format Year-Month-Day, ie 0000-00-00" +PLG_USER_PROFILE_SPACER_DOB="The date of birth entered should use the format Year-Month-Day, ie 2019-01-27." PLG_USER_PROFILE_XML_DESCRIPTION="User Profile Plugin" From c92c22b6d36588cff5cfb52694f0c248bb0e40ff Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Fri, 22 Mar 2019 09:57:43 +0000 Subject: [PATCH 2/2] eg --- administrator/language/en-GB/en-GB.plg_user_profile.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/language/en-GB/en-GB.plg_user_profile.ini b/administrator/language/en-GB/en-GB.plg_user_profile.ini index 5ed00c21415ff..9fd6f73d91a02 100644 --- a/administrator/language/en-GB/en-GB.plg_user_profile.ini +++ b/administrator/language/en-GB/en-GB.plg_user_profile.ini @@ -29,5 +29,5 @@ PLG_USER_PROFILE_FILL_FIELD_DESC_SITE="If required, please fill this field." PLG_USER_PROFILE_OPTION_AGREE="Agree" PLG_USER_PROFILE_SLIDER_LABEL="User Profile" ; Adapt the following string to the format you entered in the 'DATE_FORMAT_CALENDAR_DATE' -PLG_USER_PROFILE_SPACER_DOB="The date of birth entered should use the format Year-Month-Day, ie 2019-01-27." +PLG_USER_PROFILE_SPACER_DOB="The date of birth entered should use the format Year-Month-Day, eg 2019-01-27." PLG_USER_PROFILE_XML_DESCRIPTION="User Profile Plugin"