Issue #3265724 by ravi.shankar, nevergone, alexpott, quietone: Remove unused help text in UserViewsData

(cherry picked from commit 254b587f31)
merge-requests/1961/merge
Alex Pott 2022-11-30 22:30:03 +00:00
parent 04e408c456
commit ce69564e16
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ class UserViewsData extends EntityViewsData {
// Note that this field implements field level access control.
$data['users_field_data']['mail']['help'] = $this->t('Email address for a given user. This field is normally not shown to users, so be cautious when using it.');
$data['users_field_data']['langcode']['help'] = $this->t('Original language of the user information');
$data['users_field_data']['langcode']['help'] = $this->t('Language of the translation of user information');
$data['users_field_data']['preferred_langcode']['title'] = $this->t('Preferred language');