-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit user profile information #519
Comments
Not sure if it helps any, but this is also showing up in the latest build for iOS. |
I can't actually build Graysky for complicated reasons, but I am 99.99% sure the reason for this error is that there is no entry in the localization files for "Edit profile", but that msgid is used in the code for the profile popup at Since the lookup of the message fails, we get a weird string instead. It might be worth fixing the localization code to fail better. I only checked the en file: |
Yeah it's just missing a localisation string |
I’d make up a pull request but I hate to do that if I can’t build. (You’re
in a twisty maze of node/pnpm/eas/javascript dependencies, all different.)
…On Thu, Nov 21, 2024 at 4:27 PM Samuel Newman ***@***.***> wrote:
Yeah it's just missing a localisation string
—
Reply to this email directly, view it on GitHub
<#519 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACEIDJMDO7662N4Q6I7FUL2BZ265AVCNFSM6AAAAABOY7ZULCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJSGYZDKMBQHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Describe the bug
Edit profile information. Contains a possible bug called: 90pVZg
To reproduce
Access the latest version of the downloaded app from the Play Store for Android. Try editing profile information.
Additional information
Bug does not affect user experience regarding access to edit profile information.
The text was updated successfully, but these errors were encountered: