Minor typo

This commit is contained in:
Eduard Urbach 2018-04-23 11:20:41 +02:00
parent f088a4324e
commit 8a7ad216fd

View File

@ -8,7 +8,7 @@ component Characters(characters []*arn.Character, nextIndex int, tag string, use
if user.DraftIndex().CharacterID == ""
button.action(data-action="newObject", data-trigger="click", data-type="character")
Icon("plus")
span Add Character
span Add character
else
a.button(href="/character/" + user.DraftIndex().CharacterID + "/edit")
Icon("pencil")