From bc02baeabcd374890d26a0b20cf8fe72f1cf59f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Barkoski?= <65479069+fabiobarkoski@users.noreply.github.com> Date: Tue, 28 May 2024 21:23:28 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kemal Zebari <60799661+kemzeb@users.noreply.github.com> --- options/locale/locale_en-US.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 17b308114d..b2ac3bbad8 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2447,9 +2447,9 @@ settings.matrix.homeserver_url = Homeserver URL settings.matrix.room_id = Room ID settings.matrix.message_type = Message Type settings.visibility.private.button = Make Private -settings.visibility.private.text = Making private the repo will do that only allowed members can see. +settings.visibility.private.text = Changing the visibility to private will make the repo visible to only allowed members. settings.visibility.public.button = Make Public -settings.visibility.public.text = Making public the repo will do that anyone can see. +settings.visibility.public.text = Changing the visibility to public will make the repo visible to anyone. settings.visibility.success = Repository visibility changed. settings.visibility.error = An error occurred while trying to change the repo visibility. settings.visibility.fork_error = Can't change the visibility of a forked repo.