diff --git a/base/univention-updater/umc/js/de.po b/base/univention-updater/umc/js/de.po index f32f89f743..9d864c9c3e 100644 --- a/base/univention-updater/umc/js/de.po +++ b/base/univention-updater/umc/js/de.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: univention-management-console-module-updater\n" "Report-Msgid-Bugs-To: packages@univention.de\n" "POT-Creation-Date: 2018-08-21 12:17+0200\n" -"PO-Revision-Date: 2020-07-04 15:52+0200\n" +"PO-Revision-Date: 2023-02-13 11:30+0100\n" "Last-Translator: Dirk Wiesenthal \n" "Language-Team: German \n" "Language: de\n" @@ -167,7 +167,7 @@ msgid "" "\" target=\"_blank\">Univention Help." msgstr "" "Bitte beachten Sie auch Release Notes und Changelog " +"release-notes/%s/de/index.html\" target=\"_blank\">Release Notes und Changelog " "sowie Hinweise zu dem jeweiligen Update im Univention Help." diff --git a/base/univention-updater/umc/js/updater.js b/base/univention-updater/umc/js/updater.js index 19563c26a0..e5c35992fb 100644 --- a/base/univention-updater/umc/js/updater.js +++ b/base/univention-updater/umc/js/updater.js @@ -337,7 +337,7 @@ define([ msg += '
  • ' + _('The update should occur in a maintenance window as some services in the domain may not be available during the update.') + '
  • '; msg += '
  • ' + _('It is recommended to test the update in a separate test environment prior to the actual update.') + '
  • '; if (args.detail) { - msg += '
  • ' + _('Consider release notes and changelogs as well as references posted in the Univention Help.', args.detail) + '
  • '; + msg += '
  • ' + _('Consider release notes and changelogs as well as references posted in the Univention Help.', args.detail) + '
  • '; } else { msg += '
  • ' + _('Consider release notes and changelogs as well as references posted in the Univention Help.') + '
  • ';