Add missing language string in en_us

master
Skylar Ittner 7 years ago
parent 030a265ed2
commit 8f45784ea9

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