Skip to content
Snippets Groups Projects
Commit 756e3503 authored by Eduard Moraru's avatar Eduard Moraru
Browse files

XWIKI-14576: Show version information and more actions options when viewing a document version

- Used a slightly better translation key name
parent 82f108d6
No related merge requests found
......@@ -11,7 +11,7 @@
<div class="xdocLastModification">
#if (!$doc.isMostRecent())
$services.localization.render(
'platform.document.modificationWithVersion',
'core.document.modificationWithVersion',
["<a href='$tdoc.getURL('view', ""rev=$tdoc.version"")'>$tdoc.version</a>",
$xwiki.getUserName($tdoc.author),
$xwiki.formatDate($tdoc.date)
......
......@@ -691,7 +691,7 @@ platform.core.profile.watchlist.unwatch=Remove from my watch list
core.footer.creation=Created by {0} on {1}
core.footer.translationCreation=Translated into {0} by {1} on {2}
core.footer.modification=Last modified by {0} on {1}
platform.document.modificationWithVersion=Version {0} by {1} on {2}
core.document.modificationWithVersion=Version {0} by {1} on {2}
core.footnotes.gotofootnote=Go to footnote {0}
core.footnotes.backtoref=Back to footnote reference
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment