diff --git a/src/main/java/org/olat/repository/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/repository/_i18n/LocalStrings_en.properties index 7c9cf88ebd7933bbb196d819560b5503f59e43b0..380e188db01f1ed75563540fb85e653145877868 100644 --- a/src/main/java/org/olat/repository/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/repository/_i18n/LocalStrings_en.properties @@ -495,7 +495,7 @@ settings.editor=Change description sf.notconfigured=No resource folder selected sf.resourcetitle=Selected resource folder start=start -start.with.type=start {0} +start.with.type=Start {0} status.closed=Finished (closed) status.opened=Active (opened) tab.accesscontrol=Access control diff --git a/src/main/java/org/olat/repository/ui/list/_content/row_1.html b/src/main/java/org/olat/repository/ui/list/_content/row_1.html index 72e86791c041a1d2935eec635efde80a47eb2fc0..a6dc52a6acd79953e0a7c91e1b8eb7a30839b857 100644 --- a/src/main/java/org/olat/repository/ui/list/_content/row_1.html +++ b/src/main/java/org/olat/repository/ui/list/_content/row_1.html @@ -17,7 +17,7 @@ <small>$row.getExternalRef()</small> #end </h4> - #if($row.authors) + #if($row.authors && !$row.authors.empty) <div class="o_author"><span class="text-muted">$r.translate("course.made.by")</span> $row.authors</div> #end #if($row.lifecycle || $row.lifecycleSoftKey || $row.lifecycleStart || $row.lifecycleEnd)