Fix typo in Keypair creation in Launch Instance panel

Change-Id: I42bf21275e12c7f787ea9b5d3ba17ac54288a57c
This commit is contained in:
Akihiro Motoki
2016-09-12 00:27:06 +09:00
parent 353475bfe8
commit 0751638728

View File

@@ -6,7 +6,7 @@
<div ng-if="ctrl.isKeypairCreated" class="alert alert-info" role="alert">
<p translate>A key pair named '{$ctrl.createdKeypair.name$}' was successfully created. This key pair should automatically download.</p>
<p translate>If not, you can manually dowload this keypair at the following link:</p>
<p translate>If not, you can manually download this keypair at the following link:</p>
<a class="btn btn-default" role="button" href="{$ ctrl.createdKeypair.regenerateUrl $}">
<span class="fa fa-download"></span>
{$ctrl.createdKeypair.name$}