Add missing language string in en_us

This commit is contained in:
Skylar Ittner 2017-11-18 16:05:00 -07:00
parent 030a265ed2
commit 8f45784ea9

View File

@ -75,5 +75,6 @@ define("STRINGS", [
"people" => "People",
"type to add a person" => "Start typing to add a person",
"add" => "Add",
"choose a shift" => "Choose a shift"
"choose a shift" => "Choose a shift",
"shift assigned" => "Shift assigned.",
]);