Skip to content

Commit

Permalink
M #~: Change text on create image form (#83)
Browse files Browse the repository at this point in the history
(cherry picked from commit d5d3dca)
  • Loading branch information
Sergio Betanzos authored and tinova committed Jul 7, 2020
1 parent e50d719 commit 956b6a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<div class="row" id="src_path_select">
<div class="large-12 columns text-center">
<input type="radio" name="src_path" id="path_image" value="path">
<label for="path_image">{{tr "Path in OpenNebula server"}}</label>
<label for="path_image">{{tr "Path/URL"}}</label>
<input type="radio" name="src_path" id="upload_image" value="upload">
<label for="upload_image">{{tr "Upload"}}</label>
{{#if images}}
Expand All @@ -94,7 +94,7 @@
<div class="row">
<div class="large-12 columns">
<label for="img_path">
{{tr "Path"}}
{{tr "Path in OpenNebula server or URL"}}
</label>
<input type="text" name="img_path" id="img_path" />
</div>
Expand Down

0 comments on commit 956b6a7

Please sign in to comment.