Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class="btn btn-primary btn-block"
type="submit"
>
{{_('Sign In with ')}}{{ provider.name }}
{{_('Sign in with ')}}{{ provider.name | capitalize}}
<i id="{{provider.name}}" class="provider-select fa {{provider.icon}} fa-1x"></i>
</a>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/translations/fa/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ msgid "Register"
msgstr "ثبت نام"

#: flask_appbuilder/templates/appbuilder/general/security/login_oauth.html:20
msgid "Sign In with "
msgid "Sign in with "
msgstr "ورود با"

#: flask_appbuilder/templates/appbuilder/general/security/login_oid.html:15
Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/translations/sl/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ msgid "Register"
msgstr "Registracija"

#: flask_appbuilder/templates/appbuilder/general/security/login_oauth.html:30
msgid "Sign In with "
msgid "Sign in with "
msgstr "Prijava z "

#: flask_appbuilder/templates/appbuilder/general/security/login_oid.html:89
Expand Down