]> source.dussan.org Git - nextcloud-server.git/commitdiff
Spelling unification 32881/head
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Wed, 15 Jun 2022 09:01:58 +0000 (11:01 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 09:01:58 +0000 (11:01 +0200)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
apps/dav/lib/CalDAV/Activity/Setting/Todo.php

index 7d27b30c4afc0b8610a6eab86f4354d2ab76aee6..a4ac3f5d5691209c84c1d4d37edf4c50ea2aa764 100644 (file)
@@ -38,7 +38,7 @@ class Todo extends CalDAVSetting {
         * @since 11.0.0
         */
        public function getName() {
-               return $this->l->t('A calendar <strong>todo</strong> was modified');
+               return $this->l->t('A calendar <strong>to-do</strong> was modified');
        }
 
        /**