mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix a mistake about ALERT example in README
This commit is contained in:
parent
7b7774564a
commit
8dd3bd5ad5
1 changed files with 2 additions and 2 deletions
|
@ -77,10 +77,10 @@ You can both set one fallback alert for all languages and many translated alerts
|
|||
Example:
|
||||
|
||||
```
|
||||
ALERT_CLASS:
|
||||
ALERT:
|
||||
all: <strong>Security alert:</strong> Please upgrade to 0.8.1 as soon as possible!
|
||||
fr: <strong>Alerte de sécurité:</strong> Mettez Bitcoin à jour vers la version 0.8.1 sans délais!
|
||||
ALERT:
|
||||
ALERT_CLASS:
|
||||
all: error
|
||||
fr: error
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue