Skip to content

Commit fa904b6

Browse files
committed
#8184 acceptance testing
1 parent 5606cff commit fa904b6

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/main/java/propertyFiles/Bundle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1727,12 +1727,12 @@ dataset.privateurl.tip=To cite this data in publications, use the dataset's pers
17271727
dataset.privateurl.onlyone=Only one Preview URL can be active for a single dataset.
17281728
dataset.privateurl.absent=Preview URL has not been created.
17291729
dataset.privateurl.general.button.label=Create General Preview URL
1730-
dataset.privateurl.general.description=Create a URL that others can use to review this dataset version before it is published. they will be able to access all files in the dataset and see all metadata, including metadata that may identify the dataset's authors.
1730+
dataset.privateurl.general.description=Create a URL that others can use to review this dataset version before it is published. They will be able to access all files in the dataset and see all metadata, including metadata that may identify the dataset's authors.
17311731
dataset.privateurl.general.title=General Preview
17321732
dataset.privateurl.anonymous.title=Anonymous Preview
17331733
dataset.privateurl.anonymous.button.label=Create Anonymous Preview URL
17341734
dataset.privateurl.anonymous.description=Create a URL that others can use to access an anonymized view of this unpublished dataset version. Metadata that could identify the dataset author will not be displayed. Non-identifying metadata will be visible.
1735-
dataset.privateurl.anonymous.description.paragraph.two=The dataset's files are not changed and will be accessible if they're not restricted. Users of the preview URL will be able to see the name of the repository and the name of the collection that this dataset is in, which may expose the dataset author's identities.
1735+
dataset.privateurl.anonymous.description.paragraph.two=The dataset's files are not changed and will be accessible if they're not restricted. Users of the preview URL will be able to see the name of the repository but not the name of the collection that this dataset is in.
17361736
dataset.privateurl.createPrivateUrl=Create Preview URL
17371737
dataset.privateurl.introduction=You can create a Preview URL to copy and share with others who will not need a repository account to review this unpublished dataset version. Once the dataset is published ot if the URL is disabled, the URL will no longer work and will point to a "Page not found" page.
17381738
dataset.privateurl.createPrivateUrl.anonymized=Create URL for Anonymized Access

src/main/webapp/dataset.xhtml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1205,9 +1205,7 @@
12051205
} else {
12061206
selectText(this);
12071207
}">
1208-
<p class="highlight" jsf:rendered="#{DatasetPage.anonymizedPrivateUrl}">#{bundle['dataset.privateurl.anonymized']}</p>
1209-
<p class="highlight" jsf:rendered="#{!DatasetPage.anonymizedPrivateUrl}">#{bundle['dataset.privateurl.full']}</p>
1210-
<ui:param name="privateUrlLink" value="#{DatasetPage.getPrivateUrlLink(DatasetPage.privateUrl)}" />
1208+
<ui:param name="privateUrlLink" value="#{DatasetPage.getPrivateUrlLink(DatasetPage.privateUrl)}" />
12111209
<p class="no-margin-bottom">
12121210
<span>#{privateUrlLink}</span>
12131211
</p>
@@ -1246,9 +1244,7 @@
12461244
} else {
12471245
selectText(this);
12481246
}">
1249-
<p class="highlight" jsf:rendered="#{DatasetPage.anonymizedPrivateUrl}">#{bundle['dataset.privateurl.anonymized']}</p>
1250-
<p class="highlight" jsf:rendered="#{!DatasetPage.anonymizedPrivateUrl}">#{bundle['dataset.privateurl.full']}</p>
1251-
<ui:param name="privateUrlLink" value="#{DatasetPage.getPrivateUrlLink(DatasetPage.privateUrl)}" />
1247+
<ui:param name="privateUrlLink" value="#{DatasetPage.getPrivateUrlLink(DatasetPage.privateUrl)}" />
12521248
<p class="no-margin-bottom">
12531249
<span>#{privateUrlLink}</span>
12541250
</p>

0 commit comments

Comments
 (0)