9 lines
273 B
TOML
9 lines
273 B
TOML
|
ErrorTitle = "An error has occurred"
|
||
|
IndexGreeting = "Hello {{ .User }}"
|
||
|
IndexIntroductionText = "This is an authorization protected resource"
|
||
|
IndexTitle = "Welcome to the Demo application"
|
||
|
|
||
|
[LogoutLabel]
|
||
|
description = "A label on a logout button or link"
|
||
|
other = "Logout"
|