Skip to content

Commit 2895849

Browse files
authored
Update strings for Firefly III integration (home-assistant#158911)
1 parent b240070 commit 2895849

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

homeassistant/components/firefly_iii/strings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
4343
},
4444
"data_description": {
45-
"api_key": "The API key for authenticating with Firefly",
45+
"api_key": "The API key for authenticating with Firefly III",
4646
"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"
4848
},
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)."
5050
}
5151
}
5252
},
@@ -84,13 +84,13 @@
8484
},
8585
"exceptions": {
8686
"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}"
8888
},
8989
"invalid_auth": {
9090
"message": "An error occurred while trying to authenticate: {error}"
9191
},
9292
"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}"
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)