Skip to content

Commit

Permalink
typo #10623
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Aug 20, 2024
1 parent 007d715 commit 6fcb285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/dataverseuser.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<f:param value="#{item.theObject.getDisplayName()}"/>
</h:outputFormat>
</ui:fragment>
<ui:fragment rendered="#{item.type == 'GLOBUSUPLOADLOCALFAILUREW'}">
<ui:fragment rendered="#{item.type == 'GLOBUSUPLOADLOCALFAILURE'}">
<span class="icon-dataset text-icon-inline text-muted"></span>
<h:outputFormat value="#{bundle['notification.globus.upload.failedRemotely']}" escape="false">
<f:param value="#{item.theObject.getGlobalId()}"/>
Expand Down

0 comments on commit 6fcb285

Please sign in to comment.