diff --git a/app/badbrowser.html b/app/badbrowser.html index f8f5d852..235230c2 100644 --- a/app/badbrowser.html +++ b/app/badbrowser.html @@ -43,11 +43,6 @@

Telegram Web

- -

Your browser is outdated!

diff --git a/app/js/locales/README.md b/app/js/locales/README.md index a09fe9e1..04a21b20 100644 --- a/app/js/locales/README.md +++ b/app/js/locales/README.md @@ -55,11 +55,11 @@ Here again see the [angular docs](https://docs.angularjs.org/guide/i18n). Such strings will have the word _pluralize_ in their key. And finally: strings which keys have a `_md` suffix get parsed by a simple markdown parser that places everything between `**`s in `` tags and replaces newlines with `
` e.g.: -> "welcome_text_1_md": "This is an unofficial web-client for the **Telegram Messenger**.", +> "welcome_text_1_md": "This is a web-client for the **Telegram Messenger**.", becomes ```html -This is an unofficial web-client for the Telegram Messenger. +This is a web-client for the Telegram Messenger. ``` Including html markup in the messages directly isn't supported and any contained markup will be escaped before inserting.