diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-12 01:57:55 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-12 01:57:55 +0100 |
| commit | 16f1b64b015af80852577aa95ae640c06dbd658e (patch) | |
| tree | 675be6e70bc16cbea71bac8c129b14dce59a816d | |
| parent | 55f736c1064377eea8d07344378b125d9ccdd038 (diff) | |
| download | nixos-16f1b64b015af80852577aa95ae640c06dbd658e.tar nixos-16f1b64b015af80852577aa95ae640c06dbd658e.tar.gz nixos-16f1b64b015af80852577aa95ae640c06dbd658e.tar.bz2 nixos-16f1b64b015af80852577aa95ae640c06dbd658e.tar.xz nixos-16f1b64b015af80852577aa95ae640c06dbd658e.zip | |
s/Alter/Edit/
| -rwxr-xr-x | bragi/bar.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi/bar.hs b/bragi/bar.hs index df799326..826593e7 100755 --- a/bragi/bar.hs +++ b/bragi/bar.hs | |||
| @@ -404,7 +404,7 @@ mainView ViewState{..} = defaultLayout $ do | |||
| 404 | <div .td> | 404 | <div .td> |
| 405 | <form method=get action=@{UpdateItemR itemId}##{itemFragment itemId}> | 405 | <form method=get action=@{UpdateItemR itemId}##{itemFragment itemId}> |
| 406 | <button type=submit> | 406 | <button type=submit> |
| 407 | Alter | 407 | Edit |
| 408 | <form method=post action=@{DeleteItemR itemId}> | 408 | <form method=post action=@{DeleteItemR itemId}> |
| 409 | <button type=submit> | 409 | <button type=submit> |
| 410 | Delete | 410 | Delete |
