Skip to content

Commit

Permalink
don't use sentence-case in label that isn't a sentence (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyetman authored Dec 12, 2024
1 parent a2c8006 commit 51eb1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/techexposure_company.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class techexposure_company {
let hover_over_sec = { before_sec: ' of ', after_sec: ' sector' },
weights_title = 'Weights',
footnote_lab = {
befor_scen: '* Aligned to ',
befor_scen: '* aligned to ',
after_scen: ' scenario in year ',
after_year: ''
};
Expand Down

0 comments on commit 51eb1cd

Please sign in to comment.