Skip to content

Commit

Permalink
Updated text
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 29, 2022
1 parent 1db6d3d commit fe5a762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/resources/external.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"const": "FilesystemMetadataResolver"
},
"xmlId": {
"title": "label.xml-id",
"title": "label.metadata-resolver-id",
"description": "tooltip.xml-id",
"type": "string",
"minLength": 1
Expand Down
1 change: 1 addition & 0 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ label.default-authentication-methods=Default Authentication Method(s)
label.new-of-type=New { type }
label.filters=Filters
label.attributes=Attributes
label.metadata-resolver-id=Metadata Resolver ID

label.metadata-filter-name=Metadata Filter Name (Dashboard Display Only)
label.filter-enable=Enable this Filter?
Expand Down
2 changes: 1 addition & 1 deletion ui/public/assets/schema/provider/external.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"const": "FilesystemMetadataResolver"
},
"xmlId": {
"title": "label.xml-id",
"title": "label.metadata-resolver-id",
"description": "tooltip.xml-id",
"type": "string",
"minLength": 1
Expand Down

0 comments on commit fe5a762

Please sign in to comment.