summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-06-20 21:52:40 +0200
committerLukas Reschke <lukas@owncloud.com>2016-06-20 22:10:20 +0200
commita11896766cf85e1ba6f2e15936c82521f60003c9 (patch)
tree722d71bee1f4df3f44c5cea7d84d7eadf57a6da9 /resources
parent8abf6e0ed1c50c1ace8e83bd5940ae7156726ba4 (diff)
downloadnextcloud-server-a11896766cf85e1ba6f2e15936c82521f60003c9.tar.gz
nextcloud-server-a11896766cf85e1ba6f2e15936c82521f60003c9.zip
Some more branding
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypealiases.dist.json2
-rw-r--r--resources/config/mimetypemapping.dist.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json
index 545d4b0c399..cf9f030581d 100644
--- a/resources/config/mimetypealiases.dist.json
+++ b/resources/config/mimetypealiases.dist.json
@@ -1,6 +1,6 @@
{
"_comment" : "Array of mimetype aliases.",
- "_comment2": "Any changes you make here will be overwritten on an update of ownCloud.",
+ "_comment2": "Any changes you make here will be overwritten on an update of Nextcloud.",
"_comment3": "Put any custom mappings in a new file mimetypealiases.json in the config/ folder of ownCloud",
"_comment4": "After any change to mimetypealiases.json run:",
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json
index d08a46bb017..75af59926f8 100644
--- a/resources/config/mimetypemapping.dist.json
+++ b/resources/config/mimetypemapping.dist.json
@@ -3,7 +3,7 @@
"_comment2": "The first index in the mime type array is the assumed correct mimetype",
"_comment3": "and the second (if present] is a secure alternative",
- "_comment4": "Any changes you make here will be overwritten on an update of ownCloud",
+ "_comment4": "Any changes you make here will be overwritten on an update of Nextcloud",
"_comment5": "Put any custom mappings in a new file mimetypemapping.json in the config/ folder of ownCloud",