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
path: root/src
diff options
context:
space:
mode:
authorVinicius Reis <vinicius.reis@nextcloud.com>2022-03-10 17:20:13 +0300
committerVinicius Reis <vinicius.reis@nextcloud.com>2022-03-14 17:38:29 +0300
commite068931d4e1f96b3cfa31e30aeabb0e41db3168c (patch)
tree09142c9c78e3e64323763cc608869fc6c8fb114a /src
parentafe74b4450781ecff2e10fa6bf8807c39212aec0 (diff)
🚸 (#2184): change error to danger
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
Diffstat (limited to 'src')
-rw-r--r--src/mixins/menubar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixins/menubar.js b/src/mixins/menubar.js
index 6dcd9f59b..23124958e 100644
--- a/src/mixins/menubar.js
+++ b/src/mixins/menubar.js
@@ -196,7 +196,7 @@ export default [
},
},
{
- label: t('text', 'Error'),
+ label: t('text', 'Danger'),
class: 'icon-error',
isActive: ['callout', { type: 'error' }],
action: (command) => {