Skip to content

Commit 51eb1cd

Browse files
authored
don't use sentence-case in label that isn't a sentence (#170)
1 parent a2c8006 commit 51eb1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/techexposure_company.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class techexposure_company {
3434
let hover_over_sec = { before_sec: ' of ', after_sec: ' sector' },
3535
weights_title = 'Weights',
3636
footnote_lab = {
37-
befor_scen: '* Aligned to ',
37+
befor_scen: '* aligned to ',
3838
after_scen: ' scenario in year ',
3939
after_year: ''
4040
};

0 commit comments

Comments
 (0)