File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ func getTemplates() *template.Template {
115
115
{{ if .SignInMessage }}
116
116
<p>{{.SignInMessage}}</p>
117
117
{{ 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/>
119
119
</form>
120
120
</div>
121
121
@@ -142,7 +142,7 @@ func getTemplates() *template.Template {
142
142
<footer>
143
143
{{ if eq .Footer "-" }}
144
144
{{ 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}}
146
146
{{ else }}
147
147
{{.Footer}}
148
148
{{ end }}
You can’t perform that action at this time.
0 commit comments