Browse Source

l10n: Shorten link

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet 1 year ago
parent
commit
ea41f21bbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/js/setupchecks.js

+ 1 - 1
core/js/setupchecks.js

@@ -427,7 +427,7 @@
 						messages.push({
 							msg: t(
 								'core',
-								'It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}.'
+								'It seems like you are running a 32-bit PHP version. Nextcloud 26 and higher require 64-bit. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this.'
 								.replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-system-requirements') + '">')
 								.replace('{linkend}', '</a>'),
 							),