From bea4ea5c2d10c1da83069d511c6483f91b100b77 Mon Sep 17 00:00:00 2001 From: Wyatt Smith Date: Tue, 13 Jun 2023 16:34:00 -0700 Subject: [PATCH] Added error message for federation and private instance error (#55) Co-authored-by: Wyatt Smith --- translations/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 85d5115..3d5b09d 100644 --- a/translations/en.json +++ b/translations/en.json @@ -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.", "remove_two_factor": "Remove 2-factor authentication", "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" + }