Skip to content

Commit cbe828e

Browse files
authored
text change to reflect that we allow partials now (#5324)
1 parent 2b4d3e5 commit cbe828e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/audits/edit.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="col-md-12">
2929
<div class="callout callout-info">
3030
<h5><i class="fas fa-info"></i> Note:</h5>
31-
<p class="help">Edit the <strong>Audit</strong> recording all the inventory present in a particular storage location.</p>
31+
<p class="help">Edit the <strong>Audit</strong> recording the inventory present in a particular storage location.</p>
3232
<p class="help">Enter <em>all</em> the items with their corresponding <em>quantity</em> that are present in the storage location</p>
3333
<p class="help">Click on <em>Save Progress</em> button to save the current progress of audit.</p>
3434
<p class="help">You can <em>resume</em> the saved audit at a later time again.</p>

app/views/audits/new.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="col-md-12">
2929
<div class="callout callout-info">
3030
<h5><i class="fas fa-info"></i> Note:</h5>
31-
<p class="box-title">Create an <strong>Audit</strong> recording all the inventory present in a
31+
<p class="box-title">Create an <strong>Audit</strong> recording the inventory present in a
3232
particular storage location.</p>
3333
<p class="help">Enter the <em>items</em> with their corresponding <em>quantity</em> that are present in the storage location. You can do a partial audit - if you do not enter a new value, the level in the records will not be changed.</p>
3434
<p class="help">Click on <em>Save Progress</em> button to save the current progress of audit.</p>

0 commit comments

Comments
 (0)