Rename Telegram T -> Telegram WebZ; Add description for web page previews
This commit is contained in:
parent
3590cf6f5c
commit
3c35b82484
@ -301,7 +301,7 @@ const Invoice: FC<OwnProps & StateProps & GlobalStateProps & DispatchProps> = ({
|
||||
onClose={onClose}
|
||||
>
|
||||
<p>
|
||||
Sorry, Telegram T doesn't support payments with this provider yet. <br />
|
||||
Sorry, Telegram WebZ doesn't support payments with this provider yet. <br />
|
||||
Please use one of our mobile apps to do this.
|
||||
</p>
|
||||
<Button
|
||||
|
||||
@ -5,17 +5,18 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-title" content="Telegram WebZ">
|
||||
<meta name="application-name" content="Telegram WebZ">
|
||||
<meta name="msapplication-TileColor" content="#2b5797">
|
||||
<meta name="msapplication-config" content="./browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="description" content="Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
|
||||
<link rel="manifest" href="./site.webmanifest">
|
||||
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#3a8bf5">
|
||||
<meta name="apple-mobile-web-app-title" content="Telegram T">
|
||||
<meta name="application-name" content="Telegram T">
|
||||
<meta name="msapplication-TileColor" content="#2b5797">
|
||||
<meta name="msapplication-config" content="./browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<title>Telegram</title>
|
||||
</head>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user