summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2018-01-14 15:58:36 +0100
committerGitHub <noreply@github.com>2018-01-14 15:58:36 +0100
commit13d8b7f190e57646837849bafe2ee80c494317ac (patch)
tree70028b6479fda5603906281f005173b57909e9c7 /core/js
parent3adda336a5d79bf8316c04defb7bd91196033373 (diff)
downloadnextcloud-server-13d8b7f190e57646837849bafe2ee80c494317ac.tar.gz
nextcloud-server-13d8b7f190e57646837849bafe2ee80c494317ac.zip
Spelling: FreeType
Diffstat (limited to 'core/js')
-rw-r--r--core/js/setupchecks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index 439826161d8..af769dd9b7c 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -178,7 +178,7 @@
messages.push({
msg: t(
'core',
- 'Your PHP does not have freetype support. This will result in broken profile pictures and settings interface.'
+ 'Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface.'
),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})