1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Fix wording

This commit is contained in:
downtownallday
2020-06-19 18:05:57 -04:00
parent 5aa3a6fd5d
commit 25f5690655
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ installed_state_capture() {
local state_dir="$1"
local info="$state_dir/info.txt"
H1 "Capture installed estate to $state_dir"
H1 "Capture installed state to $state_dir"
# nuke saved state, if any
rm -rf "$state_dir"