DmitrMakeev commited on
Commit
3f6fb80
1 Parent(s): 027c0c9

Update up_gr.html

Browse files
Files changed (1) hide show
  1. up_gr.html +3 -3
up_gr.html CHANGED
@@ -62,15 +62,15 @@
62
  </style>
63
  </head>
64
  <body>
65
- <h1>Create Group with Members</h1>
66
  <div class="input-row">
67
  <input type="text" id="apiKeyInput" placeholder="Enter API key">
68
  <input type="text" id="groupNameInput" placeholder="Enter group name">
69
  </div>
70
  <input type="file" id="fileInput" accept=".txt">
71
- <button id="createGroupButton">Create Group</button>
72
  <div class="group-id-container">
73
- <span class="group-id" id="groupIdToCopy" onclick="copyToClipboard(this)">Click here to copy the group ID</span>
74
  </div>
75
  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
76
  <script>
 
62
  </style>
63
  </head>
64
  <body>
65
+ <h1>Создание закрытой группы пользователей</h1>
66
  <div class="input-row">
67
  <input type="text" id="apiKeyInput" placeholder="Enter API key">
68
  <input type="text" id="groupNameInput" placeholder="Enter group name">
69
  </div>
70
  <input type="file" id="fileInput" accept=".txt">
71
+ <button id="createGroupButton">Добавть группу</button>
72
  <div class="group-id-container">
73
+ <span class="group-id" id="groupIdToCopy" onclick="copyToClipboard(this)">После создание группы, кликните что бы скопировать её ИД</span>
74
  </div>
75
  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
76
  <script>