Describe the bug
Typo on line 157 in browse-by-taxonomy.component.ts assigns faulty translation string to this.description. Affects 8.x only. This was fixed for 9.x onwards in this commit addressing typos.
To Reproduce
Steps to reproduce the behavior:
- Run DSpace frontend and backend
- Navigate to "Browsing By Subject Category"
/browse/srsc on frontend
- Observe Description (variable name, not translated string)
Expected behavior
Fix the typo and have the translated string from a .json5 file appear instead of a variable name.
Related Work
PR #5305
Describe the bug
Typo on line 157 in
browse-by-taxonomy.component.tsassigns faulty translation string tothis.description. Affects8.xonly. This was fixed for9.xonwards in this commit addressing typos.To Reproduce
Steps to reproduce the behavior:
/browse/srscon frontendExpected behavior
Fix the typo and have the translated string from a
.json5file appear instead of a variable name.Related Work
PR #5305