Skip to content

Commit

Permalink
Customize the label for the new groups_external field
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Aug 19, 2024
1 parent 6543ed4 commit 690289e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/common/models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ public function attributeLabels()
$labels['last_synced_utc'] = Yii::t('app', 'Last Synced (UTC)');
$labels['created_utc'] = Yii::t('app', 'Created (UTC)');
$labels['deactivated_utc'] = Yii::t('app', 'Deactivated (UTC)');
$labels['groups_external'] = Yii::t('app', 'Groups (External)');

return $labels;
}
Expand Down

0 comments on commit 690289e

Please sign in to comment.