rename to last updated

This commit is contained in:
Sandeep Somavarapu 2021-07-15 00:55:40 +02:00
parent 9b898d9196
commit cef7746e50

View file

@ -830,7 +830,7 @@ export class ExtensionEditor extends EditorPane {
$('span', undefined, new Date(gallery.releaseDate).toLocaleString())
),
$('.more-info-entry', undefined,
$('span', undefined, localize('last published', "Last published")),
$('span', undefined, localize('last updated', "Last updated")),
$('span', undefined, new Date(gallery.lastUpdated).toLocaleString())
)
);