This commit is contained in:
dr. M.S. (Matthijs) Berends 2023-03-12 15:59:25 +01:00
parent dee675e717
commit 68aa98f294
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ $(document).ready(function() {
// add doctoral titles to authors
function doct_tit(x) {
if (typeof(x) != "undefined") {
x = x.replace(/Author, maintainer/g, "Principle maintainer");
x = x.replace(/Author, maintainer/g, "Principal maintainer");
x = x.replace(/Author, contributor/g, "Contributing maintainer");
x = x.replace(/Thesis advisor/g, "(former) Doctoral advisor");
// contributors