Volume Snapshots tab - more button dropdown fix text

On the More button dropdown, 'Launch' should be
'Launch as Instance'.

Closes-Bug: #1322273

Change-Id: I4abc5ca5a287d80957b7cfd5093747a8bcc89bdd
This commit is contained in:
Ashish Chandra 2014-05-23 23:44:47 +05:30
parent a5a2b7612c
commit a04d81e026
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ DELETABLE_STATES = ("available", "error", "error_extending")
class LaunchVolume(tables.LinkAction):
name = "launch_volume"
verbose_name = _("Launch")
verbose_name = _("Launch as Instance")
url = "horizon:project:instances:launch"
classes = ("btn-launch", "ajax-modal")
policy_rules = (("compute", "compute:create"),)