Skip to content

Commit

Permalink
portal: msg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Aug 12, 2021
1 parent a91a791 commit 9a36fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpcontribs-portal/mpcontribs/portal/assets/js/browse.js
Expand Up @@ -39,7 +39,7 @@ $.get({
if (rlen < 1) {
$("<div/>", {
class: "notification is-warning is-marginless",
html: "No public projects available. Please log in to view accessible projects."
html: "No public projects available."
}).insertAfter(".navbar.is-fixed-top");
} else {
for (var r = 0; r < rlen; r++) {
Expand Down

0 comments on commit 9a36fe6

Please sign in to comment.