✏️ Changes wording and typos
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user