Skip to content

Commit 0294105

Browse files
committed
Fixed Terrible Wording
Signed-off-by: David Thorpe <[email protected]>
1 parent 46747bd commit 0294105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/layouts/interface-edit.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
@if( isset($uploadable) and $uploadable )
3232
</div>
3333
<div class="col-12 col-md-4 col-lg-4">
34-
<h4>Upload Product Images</h4>
34+
<h4>Upload Item Images</h4>
3535
<p>Drag and drop images into the box below or simply click it to select files to upload</p>
36-
<p><strong>Note: </strong>This will also save and refresh this product page.</p>
36+
<p><strong>Note: </strong>This will also save and refresh this page.</p>
3737
{{ Form::open( [ 'url' => $object_url.'/upload/'.$item->id , 'class' => 'dropzone square' , 'id'=>'imageUploads' , 'files'=>true ] ) }}
3838
<div class="fallback">
3939
<input name="file" type="file" multiple />

0 commit comments

Comments
 (0)