Fixed contenteditable save

This commit is contained in:
2018-10-11 12:09:12 +09:00
parent fc96fe861e
commit b2f9754a19
3 changed files with 3 additions and 5 deletions

View File

@ -13,5 +13,5 @@ export function installExtension(arn: AnimeNotifier, button: HTMLElement) {
// Desktop app installation
export function installApp() {
alert("Open your browser menu > 'More tools' > 'Add to desktop' and enable 'Open as window'.")
alert("Open your browser menu > 'Install Anime Notifier'.")
}