Spelling unification

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
Valdnet 2022-06-15 11:01:58 +02:00 committed by GitHub
parent 5e200f2670
commit 814d9ac74a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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');
}
/**