Skip to content

Commit

Permalink
Update plugins.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 31, 2023
1 parent f7ab3b5 commit 435ab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/plugins/plugins.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ export class PluginsService {

return {
name: 'v' + plugin.latestVersion,
changelog: `Thank you for helping improve ${plugin.displayName || `\`${plugin.name}\`.`} by testing a beta version.\n\n` +
changelog: `Thank you for helping improve ${plugin.displayName || `\`${plugin.name}\``} by testing a beta version.\n\n` +
'You can use the Homebridge UI at any time to revert back to the stable version.\n\n' +
'Please remember this is a **test** version, and report any issues to the GitHub repository page:\n' +
`- https://github.com/${repoMatch[1]}/${repoMatch[2]}/issues` +
Expand Down

0 comments on commit 435ab7e

Please sign in to comment.