mirror of https://github.com/apache/cloudstack.git
cloudStack UI - Stop Instance action - change warning text.
This commit is contained in:
parent
0611c92cad
commit
f8a54b96e6
|
|
@ -1,6 +1,6 @@
|
|||
#New - Add all new parameters here.
|
||||
force.stop.instance=Force Stop Instance
|
||||
force.stop.instance.warning=Force Stop Instance might cause data lost
|
||||
force.stop=Force Stop
|
||||
force.stop.instance.warning=Warning: Forcing a stop on this instance should be your last option. It can lead to data loss as well as inconsistent behavior of the virtual machine's state. Please consult with the Administrator Guide or Cloud.com Support before executing this command.
|
||||
|
||||
#Labels
|
||||
label.PreSetup=PreSetup
|
||||
|
|
|
|||
|
|
@ -1463,7 +1463,7 @@ dictionary = {
|
|||
<ol>
|
||||
<li style="padding-top:10px">
|
||||
<input type="checkbox" class="checkbox" id="force_stop_instance" />
|
||||
<p style="color:red"><fmt:message key="force.stop.instance" /></p>
|
||||
<p style="color:red"><fmt:message key="force.stop" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<p style="color:red"><fmt:message key="force.stop.instance.warning" /></p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue