added title to Teams inner page #1159

This commit is contained in:
daria 2023-08-17 13:02:33 +03:00
parent 25cb24be0f
commit 590f5e7d5c
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html class="cp-app-noscroll">
<head>
<title></title>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<script src="/customize/pre-loading.js?ver=1.1"></script>
<link href="/customize/src/pre-loading.css?ver=1.0" rel="stylesheet" type="text/css">

View File

@ -48,6 +48,7 @@ define([
Backup,
Messages)
{
document.title = Messages.type.teams;
var APP = {
teams: {}
};