web/satellite: copy api key popup title changed (#3080)

This commit is contained in:
Vitalii Shpital 2019-09-19 16:21:07 +03:00 committed by GitHub
parent 149a2f8d3f
commit 870e70e0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
<template>
<div class="save-api-popup" v-if="isPopupShown">
<h2>Name Your API Key</h2>
<h2>Save Your API Key! It Will Appear Only Once.</h2>
<div class="save-api-popup__copy-area">
<div class="save-api-popup__copy-area__key-area">
<p>{{apiKeySecret}}</p>