Skip to content

Commit

Permalink
Fix content of repository info dialog (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Nov 6, 2021
1 parent c192490 commit 1032d52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/components/dialogs/hacs-repository-info-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ export class HacsRepositoryDialog extends HacsDialogBase {
scrollBarStyle,
css`
.content {
width: 100%;
width: calc(100% - 12px);
max-height: 75vh;
padding-right: 12px;
}
ha-chip {
--ha-chip-icon-color: var(--hacs-chip-color, var(--primary-color));
Expand Down
4 changes: 2 additions & 2 deletions src/localize/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"overwrite": "Doing this will overwrite it.",
"reload_data": "This reloads the data of all repositories HACS knows about, this will take some time to finish.",
"restart_home_assistant": "Are you sure you want to restart Home Assistant?",
"uninstall": "Are you sure you want to uninstall '{item}'?",
"uninstall": "Are you sure you want to remove '{item}'?",
"upgrade_all": "This will upgrade all of these repositories, make sure that you have read the release notes for all of them before proceeding.",
"yes": "Yes"
},
Expand Down Expand Up @@ -230,7 +230,7 @@
"author": "Author",
"no_info": "The developer has not provided any more information for this repository",
"open_repo": "Open repository",
"install": "Install this repository in HACS"
"install": "Download this repository with HACS"
},
"dialog_update": {
"title": "Update pending",
Expand Down

0 comments on commit 1032d52

Please sign in to comment.