Fix "log in", "log out" to "sign in", "sign out" (#7739)

* log to sign

* logged to signed
This commit is contained in:
Minseo Lee
2025-02-18 01:52:06 +09:00
committed by GitHub
parent 326445d3af
commit d805dec08f
22 changed files with 35 additions and 33 deletions
+1 -1
View File
@@ -399,7 +399,7 @@ let ProfileMenu = ({
control={loggedOutWarningPromptControl}
title={_(msg`Note about sharing`)}
description={_(
msg`This profile is only visible to logged-in users. It won't be visible to people who aren't logged in.`,
msg`This profile is only visible to logged-in users. It won't be visible to people who aren't signed in.`,
)}
onConfirm={onPressShare}
confirmButtonCta={_(msg`Share anyway`)}