Fix #104 - Style OAuth authorized applications page
Add ability to search accounts by display name
This commit is contained in:
parent
2826e6dada
commit
175a9b9caa
9 changed files with 49 additions and 4 deletions
|
@ -94,6 +94,7 @@ en:
|
|||
settings:
|
||||
back: Back to Mastodon
|
||||
edit_profile: Edit profile
|
||||
export: Data export
|
||||
preferences: Preferences
|
||||
settings: Settings
|
||||
two_factor_auth: Two-factor Authentication
|
||||
|
@ -118,7 +119,7 @@ en:
|
|||
disable: Disable
|
||||
enable: Enable
|
||||
instructions_html: "<strong>Scan this QR code into Google Authenticator or a similiar app on your phone</strong>. From now on, that app will generate tokens that you will have to enter when logging in."
|
||||
plaintext_secret_html: "Plain-text secret: <samp>%{secret}</samp>"
|
||||
plaintext_secret_html: 'Plain-text secret: <samp>%{secret}</samp>'
|
||||
warning: If you cannot configure an authenticator app right now, you should click "disable" or you won't be able to login.
|
||||
users:
|
||||
invalid_email: The e-mail address is invalid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue