diff --git a/custom_components/hacs/update.py b/custom_components/hacs/update.py index ec4014302db..e7a93c4b47b 100644 --- a/custom_components/hacs/update.py +++ b/custom_components/hacs/update.py @@ -129,7 +129,7 @@ async def async_release_notes(self) -> str | None: if self.repository.data.category == HacsCategory.PLUGIN: release_notes += ( "\n\nYou need to manually" - " clear the frontend cache after updating.\n\n" + " clear the browser cache or app client cache after updating.\n\n" ) return release_notes.replace("\n#", "\n\n#")