Skip to content
Snippets Groups Projects
Commit 59b6eca5 authored by ncastejon's avatar ncastejon
Browse files

Change 'data' to 'dataset' in restricted access banner message

parent f7c7fd4a
Branches
No related tags found
1 merge request!56Version 2.4.0
Pipeline #1809 passed
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div class="access-restreint-button"> <div class="access-restreint-button">
<a [routerLink]="['/', AppRoutes.accessManagement.uri]"> <a [routerLink]="['/', AppRoutes.accessManagement.uri]">
<button class="button" i18n="@@dataset.data.access.button"> <button class="button" i18n="@@dataset.data.access.button">
Request access to this data Request access to this dataset
</button> </button>
</a> </a>
......
...@@ -362,8 +362,8 @@ ...@@ -362,8 +362,8 @@
data are in restricted access. To view or use the completeness of this dataset, please request it.</target> data are in restricted access. To view or use the completeness of this dataset, please request it.</target>
</trans-unit> </trans-unit>
<trans-unit id="dataset.data.access.button" datatype="html"> <trans-unit id="dataset.data.access.button" datatype="html">
<source>Request access to this data</source> <source>Request access to this dataset</source>
<target>Request access to this data</target> <target>Request access to this dataset</target>
</trans-unit> </trans-unit>
<trans-unit id="dataset.data.recordsFound" datatype="html"> <trans-unit id="dataset.data.recordsFound" datatype="html">
<source> records found</source> <source> records found</source>
......
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
données sont en accès restreint. Pour consulter ou utiliser l’intégralité de ce jeu de données, veuillez en faire la demande.</target> données sont en accès restreint. Pour consulter ou utiliser l’intégralité de ce jeu de données, veuillez en faire la demande.</target>
</trans-unit> </trans-unit>
<trans-unit id="dataset.data.access.button" datatype="html"> <trans-unit id="dataset.data.access.button" datatype="html">
<source>Request access to this data</source> <source>Request access to this dataset</source>
<target>Demander l'accès à ces données</target> <target>Demander l'accès à ces données</target>
</trans-unit> </trans-unit>
<trans-unit id="dataset.data.recordsFound" datatype="html"> <trans-unit id="dataset.data.recordsFound" datatype="html">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment