mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +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:
|
Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
ALERT_CLASS:
|
ALERT:
|
||||||
all: <strong>Security alert:</strong> Please upgrade to 0.8.1 as soon as possible!
|
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!
|
fr: <strong>Alerte de sécurité:</strong> Mettez Bitcoin à jour vers la version 0.8.1 sans délais!
|
||||||
ALERT:
|
ALERT_CLASS:
|
||||||
all: error
|
all: error
|
||||||
fr: error
|
fr: error
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue