Skip to content

Commit

Permalink
Change wording from overwrite to override
Browse files Browse the repository at this point in the history
Longhorn 2187

Signed-off-by: Eric Weber <eric.weber@suse.com>
  • Loading branch information
ejweber committed Apr 24, 2024
1 parent 33a51fd commit 9d5270d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/routes/volume/UpdateBulkSnapshotDataIntegrityModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const modal = ({
</Select>)}
<Alert
style={{ marginTop: 10 }}
message="This action may overwrite the global setting “Snapshot Data Integrity”"
message="This action may override the global setting “Snapshot Data Integrity”"
type="warning"
/>
</FormItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const modal = ({
</Select>)}
<Alert
style={{ marginTop: 10 }}
message="This action may overwrite the global setting “Remove Snapshots During Filesystem Trim”"
message="This action may override the global setting “Remove Snapshots During Filesystem Trim”"
type="warning"
/>
</FormItem>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/volume/UpdateSnapshotDataIntegrityModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const modal = ({
</Select>)}
<Alert
style={{ marginTop: 10 }}
message="This action may overwrite the global setting “Snapshot Data Integrity”"
message="This action may override the global setting “Snapshot Data Integrity”"
type="warning"
/>
</FormItem>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/volume/UpdateUnmapMarkSnapChainRemovedModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const modal = ({
</Select>)}
<Alert
style={{ marginTop: 10 }}
message="This action may overwrite the global setting “Remove Snapshots During Filesystem Trim”"
message="This action may override the global setting “Remove Snapshots During Filesystem Trim”"
type="warning"
/>
</FormItem>
Expand Down

0 comments on commit 9d5270d

Please sign in to comment.