Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'changelog/2.10.0_2022-01-17/9223')
-rw-r--r--changelog/2.10.0_2022-01-17/922310
1 files changed, 10 insertions, 0 deletions
diff --git a/changelog/2.10.0_2022-01-17/9223 b/changelog/2.10.0_2022-01-17/9223
new file mode 100644
index 000000000..e8411e96d
--- /dev/null
+++ b/changelog/2.10.0_2022-01-17/9223
@@ -0,0 +1,10 @@
+Bugfix: Display correct error message for files containign `\:?*"<>|`
+
+While the error message was supposed to be:
+`File names containing the character '%1' are not supported on this file system.`
+
+We displayed:
+`The file name is a reserved name on this file system.`
+
+https://github.com/owncloud/client/pull/9223/
+