diff --git a/circle/dashboard/templates/dashboard/vm-detail.html b/circle/dashboard/templates/dashboard/vm-detail.html
index abd9723..060d309 100644
--- a/circle/dashboard/templates/dashboard/vm-detail.html
+++ b/circle/dashboard/templates/dashboard/vm-detail.html
@@ -12,20 +12,20 @@
{% trans "Start template tutorial tour" %}
- - Modify the vm to suit your needs (optional)
+
- {% trans "Modify the VM to suit your needs (optional)" %}
- - Change the description
- - Change the resources it will need (CPU and RAM)
- - Attach or deattach disks
- - Add or remove network interfaces
+ - {% trans "Change the name and description" %}
+ - {% trans "Change the resources (CPU and RAM)" %}
+ - {% trans "Attach or detach disks" %}
+ - {% trans "Add or remove network interfaces" %}
- - Deploy the vm
- - Connect to the machine
- - Do all the needed installation/customization
- - Log off
+ - {% trans "Deploy the VM" %}
+ - {% trans "Connect to the machine" %}
+ - {% trans "Do all the needed installations/customizations" %}
+ - {% trans "Log off from the machine" %}
-
- Press the "Save as template" button
+ {% trans "Press the Save as template button" %}