Skip to content

Commit

Permalink
capitalize "Schema.org" IQSS#3700
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Nov 22, 2017
1 parent 8f52663 commit b00d4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ dataset.editBtn.itemLabel.deaccession=Deaccession Dataset
dataset.exportBtn=Export Metadata
dataset.exportBtn.itemLabel.ddi=DDI
dataset.exportBtn.itemLabel.dublinCore=Dublin Core
dataset.exportBtn.itemLabel.schemaDotOrg=schema.org JSON-LD
dataset.exportBtn.itemLabel.schemaDotOrg=Schema.org JSON-LD
dataset.exportBtn.itemLabel.json=JSON
metrics.title=Metrics
metrics.title.tip=View more metrics information
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public void testGetProviderName() {
@Test
public void testGetDisplayName() {
System.out.println("getDisplayName");
assertEquals("schema.org JSON-LD", schemaDotOrgExporter.getDisplayName());
assertEquals("Schema.org JSON-LD", schemaDotOrgExporter.getDisplayName());
}

/**
Expand Down

0 comments on commit b00d4d6

Please sign in to comment.