mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
UX: Fallback to unlocalized auth provider name if required
This commit is contained in:
parent
923c46f5df
commit
213b7d19d9
@ -1,5 +1,5 @@
|
||||
<div id='simple-container'>
|
||||
<h2><%= t('login.omniauth_confirm_title', provider:(t "js.login.#{params[:provider]}.name")) %></h2>
|
||||
<h2><%= t('login.omniauth_confirm_title', provider:(t "js.login.#{params[:provider]}.name", default: params[:provider])) %></h2>
|
||||
<br/>
|
||||
|
||||
<%= form_tag do %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user