Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed May 10, 2024
1 parent 36bbbd9 commit 321fa03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<xed:repeat xpath="mods:name[@type='personal'][mods:role/mods:roleTerm[@type='code'][@authority='marcrelator']='ive']" max="99">
<div class="form-group form-inline ubo-repeat-group">
<label for="{xed:generate-id()}" class="mycore-form-label ubo-mandatory">
<xed:output value="concat(i18:translate('ubo.role.interviewee'), ': ')" />
<xed:output value="concat(i18n:translate('ubo.role.interviewee'), ': ')" />
</label>
<xed:include uri="webapp:import-editor.xed" ref="person" />
</div>
Expand Down

0 comments on commit 321fa03

Please sign in to comment.