Skip to content

Commit

Permalink
Fix small typographical issues in UI translations (#22402)
Browse files Browse the repository at this point in the history
Remove dangling "point" in translations

fixes: #22401
  • Loading branch information
j4n-e4t authored Oct 17, 2024
1 parent 5175b42 commit 6298534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2529,7 +2529,7 @@
},
"iframe": {
"title": "Webpage",
"description": "Integrate a webpage as a dashboard."
"description": "Integrate a webpage as a dashboard"
}
}
},
Expand Down Expand Up @@ -4221,7 +4221,7 @@
"name": "Name",
"name_error_msg": "Name is required",
"linked_user": "Linked User",
"device_tracker_intro": "Select the devices that belong to this person.",
"device_tracker_intro": "Select the devices that belong to this person",
"no_device_tracker_available_intro": "When you have devices that indicate the presence of a person, you will be able to assign them to a person here. You can add your first device by adding a presence-detection integration from the integrations page.",
"link_presence_detection_integrations": "Presence Detection Integrations",
"link_integrations_page": "Integrations page",
Expand Down

0 comments on commit 6298534

Please sign in to comment.