diff options
Diffstat (limited to 'v0.9.5/views')
-rw-r--r-- | v0.9.5/views/i18n/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v0.9.5/views/i18n/header.html b/v0.9.5/views/i18n/header.html index 21cce5e..77995e7 100644 --- a/v0.9.5/views/i18n/header.html +++ b/v0.9.5/views/i18n/header.html @@ -92,7 +92,7 @@ <option {{ and (eq .Lang "en") "selected"}}>en</option> <option {{ and (eq .Lang "fr") "selected"}}>fr</option> </select> -<button>coom</button> +<button>{{ .i18n.SetLang }}</button> </form> </span> |