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:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user