mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Fix typos
This commit is contained in:
@@ -38,6 +38,6 @@ $container->query('OCP\INavigationManager')->add(function () use ($container) {
|
||||
|
||||
// the title of your application. This will be used in the
|
||||
// navigation or on the settings page of your app
|
||||
'name' => $l10n->t('Quick Notes'),
|
||||
'name' => $l10n->t('Quick notes'),
|
||||
];
|
||||
});
|
||||
Reference in New Issue
Block a user