更新 alert-regenerate-key.tpl

This commit is contained in:
钟进 2020-07-10 08:09:52 +00:00
parent 92d0066df0
commit 4e5f5d8c56

View File

@ -3,18 +3,18 @@
<i class="CDB-IconFont CDB-IconFont-keys"></i> <i class="CDB-IconFont CDB-IconFont-keys"></i>
</div> </div>
<p class="Dialog-headerTitle u-ellipsLongText"> <p class="Dialog-headerTitle u-ellipsLongText">
You are about to regenerate your API key 您将要重新生成API密钥
</p> </p>
<p class="Dialog-headerText"> <p class="Dialog-headerText">
You will need to update all deployed apps with the new API key. Are you sure you want to continue? 您将需要使用新的API密钥更新所有已部署的应用程序。确定要继续吗?
</p> </p>
</div> </div>
<div class="Dialog-footer u-inner"> <div class="Dialog-footer u-inner">
<button type="button" class="CDB-Button CDB-Button--secondary js-cancel"> <button type="button" class="CDB-Button CDB-Button--secondary js-cancel">
<span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase">Cancel</span> <span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase">取消</span>
</button> </button>
<button type="button" class="CDB-Button CDB-Button--error js-submit"> <button type="button" class="CDB-Button CDB-Button--error js-submit">
<span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase">Regenerate API key</span> <span class="CDB-Button-Text CDB-Text is-semibold CDB-Size-small u-upperCase">继续</span>
</button> </button>
</div> </div>