Skip to content

Commit

Permalink
Update removal template (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Apr 28, 2021
1 parent a13071c commit e931741
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/components/hacs-repository-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ export class HacsRepositoryCard extends LitElement {
${String(this.repository.id) !== "172733314"
? html`<hacs-link
.url="https://github.com/hacs/integration/issues/new?assignees=ludeeus&labels=flag&template=flag.md&title=${this
.repository.full_name}"
.url="https://github.com/hacs/integration/issues/new?assignees=ludeeus&labels=flag&template=removal.yml&repo=${this
.repository.full_name}&title=Request for removal of ${this.repository
.full_name}"
><paper-item class="pointer uninstall"
>${this.hacs.localize("repository_card.report")}</paper-item
></hacs-link
Expand Down
2 changes: 1 addition & 1 deletion src/localize/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"open_source": "Open source",
"open_issue": "Open issue",
"reinstall": "Reinstall",
"report": "Report for removal",
"report": "Request for removal",
"information": "Information",
"update_information": "Update information"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4644,7 +4644,7 @@ https-browserify@^1.0.0:
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=

idb-keyval@=3.2.0:
idb-keyval@~3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/idb-keyval/-/idb-keyval-3.2.0.tgz#cbbf354deb5684b6cdc84376294fc05932845bd6"
integrity sha512-slx8Q6oywCCSfKgPgL0sEsXtPVnSbTLWpyiDcu6msHOyKOLari1TD1qocXVCft80umnkk3/Qqh3lwoFt8T/BPQ==
Expand Down

0 comments on commit e931741

Please sign in to comment.