more naming fixups
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-05-04 11:19:28 +02:00
parent 910d0bf2ae
commit 375cafb946
5 changed files with 24 additions and 24 deletions

View File

@ -151,13 +151,13 @@ title : Model -> String
title model =
case model.status of
Loading ->
"loading abra recipes"
"loading Co-op Cloud Recipes"
Failure ->
"error - abra recipes"
"error - Co-op Cloud Recipes"
Success app ->
app.name ++ " abra recipes"
app.name ++ " Co-op Cloud Recipes"
body : Model -> Html Msg