diff options
author | rakekniven <2069590+rakekniven@users.noreply.github.com> | 2022-08-06 20:01:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 20:01:38 +0200 |
commit | a3a5ba04741bf0e70638ae376d1a158629927557 (patch) | |
tree | d2b85736b8f107ea22b5d47336eeeb290d86c61b /core/js | |
parent | fd580d0aa2af83de4bfd797ce7edd787bac2672f (diff) | |
download | nextcloud-server-a3a5ba04741bf0e70638ae376d1a158629927557.tar.gz nextcloud-server-a3a5ba04741bf0e70638ae376d1a158629927557.zip |
l10n: Changed grammar
See https://en.wikipedia.org/wiki/32-bit_computing and related articles.
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/setupchecks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index 320c2bea9fb..7f9387ad6f0 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -425,7 +425,7 @@ messages.push({ msg: t( 'core', - 'It seems like you are running a 32bit PHP version. Nextcloud needs 64bit to run well. Please upgrade your OS and PHP to 64bit! For further details read {linkstart}the documentation page about this ↗{linkend}.' + 'It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}.' .replace('{linkstart}', '<a target="_blank" rel="noreferrer noopener" class="external" href="' + OC.theme.docPlaceholderUrl.replace('PLACEHOLDER', 'admin-system-requirements') + '">') .replace('{linkend}', '</a>'), ), |