fix typo
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<%= fff.label :endpoint, 'Endpoint (optional)', class: 'label' %>
|
<%= fff.label :endpoint, 'Endpoint (optional)', class: 'label' %>
|
||||||
<%= fff.text_field :endpoint, value: configs['endpoint'], type: :url, class: 'base-input' %>
|
<%= fff.text_field :endpoint, value: configs['endpoint'], type: :url, class: 'base-input' %>
|
||||||
<label class="label">
|
<label class="label">
|
||||||
<span class="label-text-alt">For AWS S3 compantiable APIs like Minio.</span>
|
<span class="label-text-alt">For AWS S3 compatible APIs like Minio.</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user