View | Details | Raw Unified | Return to bug 33539 | Differences between
and this patch

Collapse All | Expand All

(-)base/univention-updater/umc/js/updater/UpdatesPage.js (-1 / +1 lines)
 Lines 544-550    Link Here 
544
				console.warn('Malformed version: ', version);
544
				console.warn('Malformed version: ', version);
545
			}
545
			}
546
			if (versionWithoutPatchlevel) {
546
			if (versionWithoutPatchlevel) {
547
				var erratalink = lang.replace('<a href="http://errata.univention.de/overview-{version}.html" target="_blank">{label}</a>', {
547
				var erratalink = lang.replace('<a href="http://errata.univention.de/ucs/{version}/" target="_blank">{label}</a>', {
548
					version: versionWithoutPatchlevel,
548
					version: versionWithoutPatchlevel,
549
					label: _('Information about the updates')
549
					label: _('Information about the updates')
550
				});
550
				});

Return to bug 33539