mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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>
This commit is contained in:
parent
fd580d0aa2
commit
a3a5ba0474
1 changed files with 1 additions and 1 deletions
|
|
@ -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>'),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue