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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-11-18 12:43:30 +0300
committerHannah von Reth <vonreth@kde.org>2021-11-23 20:55:34 +0300
commit49842dbd6edfd7c0aee2b3871991cc2438b0172a (patch)
tree2d732c3479ff2822f5b50c3893a67719c97433fc /changelog
parentce52b2e5a4888db9f8b27ad769acc4d679740359 (diff)
Display correct error message for files containign `\:?*"<>|`
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/922310
1 files changed, 10 insertions, 0 deletions
diff --git a/changelog/unreleased/9223 b/changelog/unreleased/9223
new file mode 100644
index 000000000..e8411e96d
--- /dev/null
+++ b/changelog/unreleased/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/
+