Skip to content

Commit 3fe1716

Browse files
Matt Rogerssimo5
Matt Rogers
authored andcommitted
Update login template text
1 parent 4ee336e commit 3fe1716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func getTemplates() *template.Template {
115115
{{ if .SignInMessage }}
116116
<p>{{.SignInMessage}}</p>
117117
{{ end}}
118-
<button type="submit" class="btn">Sign in with a {{.ProviderName}} Account</button><br/>
118+
<button type="submit" class="btn">Sign in with an OpenShift account</button><br/>
119119
</form>
120120
</div>
121121
@@ -142,7 +142,7 @@ func getTemplates() *template.Template {
142142
<footer>
143143
{{ if eq .Footer "-" }}
144144
{{ else if eq .Footer ""}}
145-
Secured with <a href="https://github.com/openshift/oauth-proxy#oauth2_proxy">OAuth2 Proxy</a> version {{.Version}}
145+
Secured with <a href="https://github.com/openshift/oauth-proxy#oauth2_proxy">OpenShift oauth-proxy</a> version {{.Version}}
146146
{{ else }}
147147
{{.Footer}}
148148
{{ end }}

0 commit comments

Comments
 (0)