Show how to only allow one instance

This commit is contained in:
ludeeus
2020-04-20 17:54:58 +00:00
parent a53b0f75a1
commit a727e061d6
6 changed files with 31 additions and 17 deletions

View File

@ -13,6 +13,9 @@
},
"error": {
"auth": "Username/Password is wrong."
},
"abort": {
"single_instance_allowed": "Only a single configuration of Blueprint is allowed."
}
},
"options": {

View File

@ -13,6 +13,9 @@
},
"error": {
"auth": "Brukernavn/Passord er feil."
},
"abort": {
"single_instance_allowed": "Du kan konfigurere Blueprint kun en gang."
}
},
"options": {