From 482fa503e545e00252e25eee7b3e0f7d421cf9d4 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 8 Mar 2020 17:33:40 +0100 Subject: Use grid to organise settings in admin, my-account --- server/tests/client.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/tests/client.ts') diff --git a/server/tests/client.ts b/server/tests/client.ts index d61724e51..670bc6701 100644 --- a/server/tests/client.ts +++ b/server/tests/client.ts @@ -112,8 +112,7 @@ describe('Test a client controllers', function () { it('Should have valid index html tags (title, description...)', async function () { const res = await makeHTMLRequest(server.url, '/videos/trending') - const description = 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser ' + - 'with WebTorrent and Angular.' + const description = 'PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.' checkIndexTags(res.text, 'PeerTube', description, '') }) -- cgit v1.2.3