Added error message for federation and private instance error (#55)

Co-authored-by: Wyatt Smith <wys@dropbox.com>
This commit is contained in:
Wyatt Smith 2023-06-13 16:34:00 -07:00 committed by Felix Ableitner
parent 2986bca5d8
commit bea4ea5c2d
1 changed files with 4 additions and 1 deletions

View File

@ -489,5 +489,8 @@
"two_factor_setup_instructions": "After you click save, and the page reloads, scroll down and click '2FA installation link' to add it to your authenticator.", "two_factor_setup_instructions": "After you click save, and the page reloads, scroll down and click '2FA installation link' to add it to your authenticator.",
"remove_two_factor": "Remove 2-factor authentication", "remove_two_factor": "Remove 2-factor authentication",
"two_factor_token": "2FA Token", "two_factor_token": "2FA Token",
"jump_to_content": "Jump to content" "jump_to_content": "Jump to content",
"cant_enable_private_instance_if_federation_enabled": "Can't enable private instance if federation is also enabled",
"cant_enable_federation_if_private_instance": "Can't enable federation if private instance is also enabled"
} }