Verified Commit 2db48c51 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3265724 by ravi.shankar, nevergone, alexpott, quietone: Remove unused...

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

(cherry picked from commit 254b587f)
parent c2629283
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ public function getViewsData() {
    // 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');