ref #10288: shorter label
authorKatja Luther <k.luther@bgbm.org>
Thu, 30 Mar 2023 11:24:04 +0000 (13:24 +0200)
committerKatja Luther <k.luther@bgbm.org>
Thu, 30 Mar 2023 11:24:04 +0000 (13:24 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/reference/ReferenceDetailElement.java

index bc685e16dc1f8a728b7287cadc4e98e887f62b0b..19d1dd214316d4e0927e25ac5efa98801b92617c 100644 (file)
@@ -309,14 +309,14 @@ public class ReferenceDetailElement extends AbstractIdentifiableEntityDetailElem
                
                // placePublished2
                text_placePublished2 = formFactory.createTextWithLabelElement(element,
-                                               "Second Place Published", reference.getPlacePublished2(), style);
+                                               "2nd Place Published", reference.getPlacePublished2(), style);
                
                text_placePublished2.setEditable(!(reference.getPlacePublished() == null && reference.getPublisher() == null));
                
 
                // publisher2
                text_publisher2 = formFactory.createTextWithLabelElement(element,
-                               "Second Publisher", reference.getPublisher2(), style);
+                               "2nd Publisher", reference.getPublisher2(), style);
                text_publisher2.setEditable(!(getEntity().getPlacePublished() == null && getEntity().getPublisher() == null));
                if (referenceType.equals(ReferenceType.Journal)) {
                        // issn