Merge pull request #168 from binomads/chrome-specifics

Replacing value by content on a meta tag
This commit is contained in:
Josh Buchea 2017-05-29 17:54:39 -07:00 committed by GitHub
commit 7369073818
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ Pinterest lets you prevent people from saving things from your website, accordin
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/APP_ID">
<!-- Disable translation prompt -->
<meta name="google" value="notranslate">
<meta name="google" content="notranslate">
```
### Google Chrome Mobile (Android Only)