You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"api_key": "The API key for authenticating with Firefly",
45
+
"api_key": "The API key for authenticating with Firefly III",
46
46
"url": "[%key:common::config_flow::data::url%]",
47
-
"verify_ssl": "Verify the SSL certificate of the Firefly instance"
47
+
"verify_ssl": "Verify the SSL certificate of the Firefly III instance"
48
48
},
49
-
"description": "You can create an API key in the Firefly UI. Go to **Options > Profile** and select the **OAuth** tab. Create a new personal access token and copy it (it will only display once)."
49
+
"description": "You can create an API key in the Firefly III UI. Go to **Options > Profile** and select the **OAuth** tab. Create a new personal access token and copy it (it will only display once)."
50
50
}
51
51
}
52
52
},
@@ -84,13 +84,13 @@
84
84
},
85
85
"exceptions": {
86
86
"cannot_connect": {
87
-
"message": "An error occurred while trying to connect to the Firefly instance: {error}"
87
+
"message": "An error occurred while trying to connect to the Firefly III instance: {error}"
88
88
},
89
89
"invalid_auth": {
90
90
"message": "An error occurred while trying to authenticate: {error}"
91
91
},
92
92
"timeout_connect": {
93
-
"message": "A timeout occurred while trying to connect to the Firefly instance: {error}"
93
+
"message": "A timeout occurred while trying to connect to the Firefly III instance: {error}"
0 commit comments