diff options
| -rw-r--r-- | background_scripts/main.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 5dac2681..53d617a2 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -699,7 +699,7 @@ showUpgradeMessage = -> type: "basic" iconUrl: chrome.runtime.getURL "icons/vimium.png" title: "Vimium Upgrade" - message: "Vimium has been upgraded to version #{currentVersion}. Click here for more information" + message: "Vimium has been upgraded to version #{currentVersion}. Click here for more information." isClickable: true chrome.notifications.create notificationId, notification, -> unless chrome.runtime.lastError |
