MOBILE-3966 notes: Fix disable notes feature in user profile

main
Dani Palou 2022-01-20 12:02:06 +01:00
parent 5a2016cb67
commit a51e722e74
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ export class CoreTextUtilsProvider {
{ old: /_mmaModWiki/g, new: '_AddonModWiki' },
{ old: /_mmaModWorkshop/g, new: '_AddonModWorkshop' },
{ old: /remoteAddOn_/g, new: 'sitePlugin_' },
{ old: /AddonNotes:addNote/g, new: 'AddonNotes:notes' },
];
protected template: HTMLTemplateElement = document.createElement('template'); // A template element to convert HTML to element.