Skip to content

Commit 65f9518

Browse files
committed
MIR-1341 Shorten texts for createdby and modifiedby in mir-admindata-box.xsl
1 parent 7e4e6de commit 65f9518

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mir-module/src/main/resources/config/mir/messages_de.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ mir.editor.subject.provider.variantName = Namensvarianten
180180
mir.editor.subject.provider.website = Webseite
181181
mir.editor.subject.provider.gndLink = GND-Link
182182
mir.editor.subject.provider.place.biographicalOrHistoricalInformation = Biographische oder historische Informationen
183-
183+
mir.metaData.detailBox.by = von
184184

185185
mir.subject.bagde.gnd = GND
186186
mir.subject.bagde.lcsh = LCSH

mir-module/src/main/resources/config/mir/messages_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ mir.editor.subject.provider.variantName = Variant Name
174174
mir.editor.subject.provider.website = Website
175175
mir.editor.subject.provider.gndLink = GND Link
176176
mir.editor.subject.provider.place.biographicalOrHistoricalInformation = Biographical or Historical Information
177-
177+
mir.metaData.detailBox.by = by
178178
img.alt.search.complex = complex search
179179
img.alt.search.simple = simple search
180180

mir-module/src/main/resources/xsl/metadata/mir-admindata-box.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</xsl:call-template>
3333
<xsl:call-template name="printMetaDate">
3434
<xsl:with-param select="mycoreobject/service/servflags/servflag[@type='createdby']" name="nodes"/>
35-
<xsl:with-param select="i18n:translate('metaData.createdby')" name="label"/>
35+
<xsl:with-param select="i18n:translate('mir.metaData.detailBox.by')" name="label"/>
3636
</xsl:call-template>
3737
<xsl:for-each select="mycoreobject/metadata/def.modsContainer/modsContainer/mods:mods/mods:note">
3838
<xsl:variable name="noteType">
@@ -67,7 +67,7 @@
6767
</xsl:call-template>
6868
<xsl:call-template name="printMetaDate">
6969
<xsl:with-param select="mycoreobject/service/servflags/servflag[@type='modifiedby']" name="nodes"/>
70-
<xsl:with-param select="i18n:translate('metaData.modifiedBy')" name="label"/>
70+
<xsl:with-param select="i18n:translate('mir.metaData.detailBox.by')" name="label"/>
7171
</xsl:call-template>
7272
<!--*** MyCoRe-ID and intern ID *************************** -->
7373
<tr>

0 commit comments

Comments
 (0)