Index: base/univention-updater/umc/js/updater/UpdatesPage.js =================================================================== --- base/univention-updater/umc/js/updater/UpdatesPage.js (Revision 50941) +++ base/univention-updater/umc/js/updater/UpdatesPage.js (Arbeitskopie) @@ -544,7 +544,7 @@ console.warn('Malformed version: ', version); } if (versionWithoutPatchlevel) { - var erratalink = lang.replace('{label}', { + var erratalink = lang.replace('{label}', { version: versionWithoutPatchlevel, label: _('Information about the updates') });