diff options
author | Allan Nordhøy <epost@anotheragency.no> | 2018-01-14 15:58:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-14 15:58:36 +0100 |
commit | 13d8b7f190e57646837849bafe2ee80c494317ac (patch) | |
tree | 70028b6479fda5603906281f005173b57909e9c7 /core/js | |
parent | 3adda336a5d79bf8316c04defb7bd91196033373 (diff) | |
download | nextcloud-server-13d8b7f190e57646837849bafe2ee80c494317ac.tar.gz nextcloud-server-13d8b7f190e57646837849bafe2ee80c494317ac.zip |
Spelling: FreeType
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 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 }) |