File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,9 @@ watch(
236
236
</div >
237
237
</div >
238
238
<template v-if =" dataset .harvest " >
239
- <h2 class =" subtitle fr-mt-3v fr-mb-1v" >Publication</h2 >
239
+ <h2 class =" subtitle fr-mt-3v fr-mb-1v" >
240
+ Publication du jeu de données
241
+ </h2 >
240
242
<p >
241
243
{{
242
244
dataset.harvest.created_at
@@ -245,7 +247,9 @@ watch(
245
247
}}
246
248
</p >
247
249
248
- <h2 class =" subtitle fr-mt-3v fr-mb-1v" >Dernière modification</h2 >
250
+ <h2 class =" subtitle fr-mt-3v fr-mb-1v" >
251
+ Dernière révision du jeu de données
252
+ </h2 >
249
253
<p >
250
254
{{
251
255
dataset.harvest.modified_at
@@ -255,10 +259,12 @@ watch(
255
259
</p >
256
260
</template >
257
261
<template v-else >
258
- <h2 class =" subtitle fr-mt-3v fr-mb-1v" >Création</h2 >
262
+ <h2 class =" subtitle fr-mt-3v fr-mb-1v" >Création du jeu de données </h2 >
259
263
<p >{{ formatDate(dataset.created_at) }}</p >
260
264
261
- <h2 class =" subtitle fr-mt-3v fr-mb-1v" >Dernière mise à jour</h2 >
265
+ <h2 class =" subtitle fr-mt-3v fr-mb-1v" >
266
+ Dernière mise à jour du jeu de données
267
+ </h2 >
262
268
<p >{{ formatDate(dataset.last_update) }}</p >
263
269
</template >
264
270
<div v-if =" license" >
You can’t perform that action at this time.
0 commit comments