Skip to content

Commit cb1cf5f

Browse files
authored
Fix Role Labels in oncall key creation page (#322)
1 parent a7bffe0 commit cb1cf5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webroot/adm/oncall/generate-api-key-secret.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,13 @@ <h5>Create a new client API Key</h5>
345345
<input type="checkbox" id="createClient-workflow-roles-MAPPER"
346346
class="form-check-input" name="createClient-workflow-roles[]"
347347
value="MAPPER">
348-
<label for="createClient-workflow-roles-MAPPER">MAPPER - for publishers</label>
348+
<label for="createClient-workflow-roles-MAPPER">MAPPER - for advertisers, data providers</label>
349349
</div>
350350
<div class="form-check">
351351
<input type="checkbox" id="createClient-workflow-roles-ID_READER"
352352
class="form-check-input" name="createClient-workflow-roles[]"
353353
value="ID_READER">
354-
<label for="createClient-workflow-roles-ID_READER">ID_READER - for advertisers, data providers</label>
354+
<label for="createClient-workflow-roles-ID_READER">ID_READER - for DSPs</label>
355355
</div>
356356
<div class="form-check pt-3 pb-2">
357357
<input type="checkbox" class="form-check-input"
@@ -647,4 +647,4 @@ <h5>Create a new client API Key</h5>
647647
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
648648
</body>
649649

650-
</html>
650+
</html>

0 commit comments

Comments
 (0)