✏️ Changes wording and typos

This commit is contained in:
Bjorn Lammers
2023-01-13 11:10:09 +00:00
committed by GitHub
parent 7a03509ae5
commit b56c759951
26 changed files with 78 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Docker",
"description": "Allows you to easily manage your docker containers"
"description": "Allows you to easily see and manage all of your Docker Containers."
},
"search": {
"placeholder": "Search by container or image name"
@@ -25,8 +25,8 @@
},
"actionBar": {
"addService": {
"title": "Add service",
"message": "Add service to Homarr"
"title": "Add app or service",
"message": "Add app or service to Homarr"
},
"restart": {
"title": "Restart"
@@ -68,16 +68,16 @@
"errors": {
"integrationFailed": {
"title": "Docker integration failed",
"message": "Did you forget to mount the docker socket ?"
"message": "Did you forget to mount the docker socket?"
},
"unknownError": {
"title": "There was an error"
},
"oneServiceAtATime": {
"title": "Please only add one service at a time!"
"title": "Please only add one app or service at a time!"
}
},
"actionIcon": {
"tooltip": "Docker"
}
}
}