Skip to content

Commit

Permalink
Merge pull request #7620 from IQSS/7438-not-authorized-bundle-cleanup
Browse files Browse the repository at this point in the history
Pointed publish error msg to correct bundle msg [ref #7438]
  • Loading branch information
kcondon authored Feb 17, 2021
2 parents a7a54ae + 9280cc7 commit 54a47cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/edu/harvard/iq/dataverse/DataversePage.java
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ public String releaseDataverse() {

}
} else {
JsfHelper.addErrorMessage(BundleUtil.getStringFromBundle("dataverse.publish.not.authorized"));
JsfHelper.addErrorMessage(BundleUtil.getStringFromBundle("dataverse.release.authenticatedUsersOnly"));
}
return returnRedirect();

Expand Down

0 comments on commit 54a47cf

Please sign in to comment.