oidc-demo-app/translations/active.en.toml

9 lines
273 B
TOML
Raw Normal View History

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"