Skip to content

Commit

Permalink
CLDR-17662 vp: column name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed May 30, 2024
1 parent ffd771a commit ef57ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cldr-apps/js/src/esm/cldrVettingParticipation.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const COLUMN_TITLE_USER_ID = "Vetter#";
const COLUMN_TITLE_USER_EMAIL = "Email";
const COLUMN_TITLE_USER_NAME = "Name";
const COLUMN_TITLE_LAST_SEEN = "LastSeen";
const COLUMN_TITLE_COVERAGE_LEVEL = "Coverage";
const COLUMN_TITLE_COVERAGE_LEVEL = "Org Coverage";

const COLUMNS = [
{ title: COLUMN_TITLE_ORG, comment: "User organization", default: null },
Expand Down

0 comments on commit ef57ddf

Please sign in to comment.