fix: consolidate browser notification learn more text into single localized string (#4716)

- Combines 'Learn more' link and surrounding text into one Translation
- Fixes double space issue (was   + regular space)
- Enables full sentence to be localized: '<a>Learn more</a> about Owncast browser notifications.'

Closes #4655
This commit is contained in:
John Costa
2026-01-14 12:57:14 -08:00
committed by GitHub
parent da847bac78
commit 9c747e865a
2 changed files with 6 additions and 10 deletions
+2 -1
View File
@@ -68,7 +68,8 @@ export const Localization = {
deniedTitle: 'Frontend.BrowserNotifyModal.deniedTitle',
deniedDescription: 'Frontend.BrowserNotifyModal.deniedDescription',
mainDescription: 'Frontend.BrowserNotifyModal.mainDescription',
learnMore: 'Frontend.BrowserNotifyModal.learnMore',
learnMoreAboutNotifications:
'Frontend.BrowserNotifyModal.learnMoreAboutNotifications',
errorTitle: 'Frontend.BrowserNotifyModal.errorTitle',
errorMessage: 'Frontend.BrowserNotifyModal.errorMessage',
},