Client: Update client name in beta changelog (#2919)
This commit is contained in:
parent
0b7319d5b1
commit
54d0d3ad97
@ -400,8 +400,6 @@ console.log('Hello world!');
|
||||
* Service notifications containing media are now rendered properly.
|
||||
* Read receipts now appear in groups with exactly 100 members.
|
||||
|
||||
🦄 **We also welcome** you to join our official channels in **[English](https://t.me/webztalks)** and **[Russian](https://t.me/webzchannelru)** — where we post app updates and share our experiences building one of the world’s most feature-rich web applications.
|
||||
|
||||
## 1.41.0 (2022-04-08)
|
||||
|
||||
### 👏 **Harder**
|
||||
|
||||
@ -21,7 +21,7 @@ const pageTemplate = `
|
||||
<h3>Commits since ${version}</h3>\
|
||||
<p><i>This list is automatically updated when a new commit pushed to the beta repo</i></p>\
|
||||
<ul id="list"></ul>\
|
||||
<aside><a href="https://t.me/webzchat">WebA Discussion</a> <b>|</b> <a href="https://t.me/webzcommentsru">WebA Обсуждение</a></aside>\
|
||||
<aside><a href="https://t.me/webatalks">Web A Discussion</a> <b>|</b> <a href="https://t.me/webatalksru">Web A Обсуждение</a></aside>\
|
||||
<aside><i>Last update: ${new Date().toLocaleDateString('en-CA')}</i></aside>\
|
||||
</body>
|
||||
`.trim();
|
||||
@ -41,9 +41,9 @@ updateChangelog();
|
||||
async function updateTelegraph(dom) {
|
||||
const api = new Telegraph();
|
||||
const content = domToNode(dom.window.document.body).children;
|
||||
const result = await api.editPage(AUTH_TOKEN, 'WebA-Beta-03-20', 'Telegram WebA Beta Changelog', content, {
|
||||
author_name: 'WebA team',
|
||||
author_url: 'https://t.me/webztalks',
|
||||
const result = await api.editPage(AUTH_TOKEN, 'WebA-Beta-03-20', 'Telegram Web A Beta Changelog', content, {
|
||||
author_name: 'Web A team',
|
||||
author_url: 'https://t.me/webachannel',
|
||||
});
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(result);
|
||||
|
||||
@ -36,10 +36,10 @@ const SettingsPasscodeStart: FC<OwnProps> = ({
|
||||
|
||||
<p className="settings-item-description" dir="auto">
|
||||
When you set up an additional passcode, a lock icon will appear on the chats page.
|
||||
Tap it to lock and unlock your Telegram WebA.
|
||||
Tap it to lock and unlock your Telegram Web A.
|
||||
</p>
|
||||
<p className="settings-item-description mb-3" dir="auto">
|
||||
Note: if you forget your local passcode, you'll need to log out of Telegram WebA and log in again.
|
||||
Note: if you forget your local passcode, you'll need to log out of Telegram Web A and log in again.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
@ -517,7 +517,7 @@ const PaymentModal: FC<OwnProps & StateProps & GlobalStateProps> = ({
|
||||
onCloseAnimationEnd={handleModalClose}
|
||||
>
|
||||
<p>
|
||||
Sorry, Telegram WebA doesn't support payments with this provider yet. <br />
|
||||
Sorry, Telegram Web A doesn't support payments with this provider yet. <br />
|
||||
Please use one of our mobile apps to do this.
|
||||
</p>
|
||||
<div className="dialog-buttons mt-2">
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import type { ApiLimitType } from './global/types';
|
||||
|
||||
export const APP_NAME = process.env.APP_NAME || 'Telegram WebA';
|
||||
export const APP_NAME = process.env.APP_NAME || 'Telegram Web A';
|
||||
export const APP_VERSION = process.env.APP_VERSION!;
|
||||
export const RELEASE_DATETIME = process.env.RELEASE_DATETIME;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user