Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-06-20 15:52:30 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-06-20 15:52:30 +0300
commitbff504179291b12228ead3ba565475f3f958660a (patch)
treec48acf75afdc20e778cf3d834554ba11f4818c59 /src/components/Menu
parenteaf6ecdd2565e95345eca20a355118c79175196e (diff)
parent0f961fc98ba26d986a18dd8a954f1d4c825a9335 (diff)
Merge branch 'master' of github.com:nextcloud/text into fix/formatting-help
Diffstat (limited to 'src/components/Menu')
-rw-r--r--src/components/Menu/entries.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Menu/entries.js b/src/components/Menu/entries.js
index 40f4ccce2..9af3dd04a 100644
--- a/src/components/Menu/entries.js
+++ b/src/components/Menu/entries.js
@@ -209,7 +209,7 @@ export default [
},
{
key: 'task-list',
- label: t('text', 'ToDo list'),
+ label: t('text', 'To-Do list'),
isActive: 'taskList',
icon: FormatListCheckbox,
action: (command) => command.toggleTaskList(),