better message

This commit is contained in:
iLLiCiTiT 2021-06-21 19:38:02 +02:00
parent 46f284ed15
commit ca26f56c26

View file

@ -409,9 +409,11 @@ class SyncEntitiesFactory:
items.append({
"type": "label",
"value": (
"<p>- Check if user \"{}\" has permissions"
" to access the Custom attribute</p>"
).format(self._api_key)
"<p>- Check if your User and API key has permissions"
" to access the Custom attribute."
"<br>Username:\"{}\""
"<br>API key:\"{}\"</p>"
).format(self._api_user, self._api_key)
})
items.append({
"type": "label",