diff --git a/view/player.tmpl b/view/player.tmpl index 7c1922f..32c5722 100644 --- a/view/player.tmpl +++ b/view/player.tmpl @@ -1,6 +1,6 @@ {{ template "layout" . }} -{{ define "title" }}{{ .Player.Name }} - {{ .App.Config.ApplicationName }}{{ end }} +{{ define "title" }}{{ .Player.Name }}{{ end }} {{ define "content" }} @@ -8,16 +8,14 @@
{{ if .AdminView }} - Back to {{ .PlayerUser.Username }}'s account + {{ call .T "Back to %s's account" .PlayerUser.Username }} {{ else }} - Back to your account + {{ call .T "Back to your account" }} {{ end }}
Delete Player
+ {{ call .T "Delete Player" }}