Change languages to be listed under standard instead of native name in admin UI (#17485)
This commit is contained in:
@ -147,7 +147,7 @@
|
||||
|
||||
%tr
|
||||
%th= t('simple_form.labels.defaults.locale')
|
||||
%td= @account.user_locale
|
||||
%td= standard_locale_name(@account.user_locale)
|
||||
%td
|
||||
|
||||
%tr
|
||||
|
Reference in New Issue
Block a user