Issue #3265724 by ravi.shankar, nevergone, alexpott, quietone: Remove unused help text in UserViewsData
(cherry picked from commit 254b587f31
)
merge-requests/1961/merge
parent
04e408c456
commit
ce69564e16
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue