Fix a couple of typos

This commit is contained in:
Hannah von Reth 2020-03-31 14:36:10 +02:00 committed by Hannah von Reth
parent 242e4e1d70
commit 6dc591bfe0
5 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Bugfix: Client sometimes does not show up when started by a user
We fixed a bug where a client somtimes does not show up when a user request a start.
We fixed a bug where a client sometimes does not show up when a user request a start.
https://github.com/owncloud/client/issues/7018

View File

@ -1,6 +1,6 @@
Bugfix: Fix serveral wrong colored icons in dark mode
Bugfix: Fix several wrong colored icons in dark mode
We fixed multiple issues where monocrome icons where not converted to match the
We fixed multiple issues where monochrome icons where not converted to match the
current theme.
https://github.com/owncloud/client/issues/7043

View File

@ -1,5 +1,5 @@
Bugfix: Fixed bug in public link with password required
In the sharing dialog, "password required" capabilities lead to incorrect behavior
In the sharing dialog, "password required" capabilities lead to incorrect behaviour
https://github.com/owncloud/client/issues/7247

View File

@ -1,4 +1,4 @@
Bugfix: On Windows the share dialog somtimes does not open as the top most window
Bugfix: On Windows the share dialog sometimes does not open as the top most window
We now ensure that the our dialogs are correctly raised.

View File

@ -1,5 +1,5 @@
Bugfix: Client sometimes crashes when a placeholder file was moved
We fixed an issue where moving a plcaeholder file would lead to a crash.
We fixed an issue where moving a placeholder file would lead to a crash.
https://github.com/owncloud/client/issues/7799