summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 08:23:26 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 08:23:26 +0300
commitc744cfe2dc6144df66898db5a0281ba899219cbf (patch)
tree37e34d5504b25eaf24c9bb164cc69d4b37ab12bf
parentd016f7a499fbdd6966d79ddfe42cc70935f38ff8 (diff)
plugin installer: show last commit timestamp
-rw-r--r--js/PrefHelpers.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/PrefHelpers.js b/js/PrefHelpers.js
index 5ee84f258..584958000 100644
--- a/js/PrefHelpers.js
+++ b/js/PrefHelpers.js
@@ -473,6 +473,8 @@ const Helpers = {
</a>
</h3>
+ <div class='text-muted'>${__("Updated: %s").replace("%s", plugin.last_update)}</div>
+
<p>${plugin.description}</p>
<hr/>