From 3e2ebe7f77ccbe10df1b770d702c821ca097ee9b Mon Sep 17 00:00:00 2001 From: balzack Date: Fri, 6 Oct 2023 22:49:45 -0700 Subject: [PATCH] translating placeholders --- app/mobile/src/session/profile/Profile.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/mobile/src/session/profile/Profile.jsx b/app/mobile/src/session/profile/Profile.jsx index 87ca2aac..dafad292 100644 --- a/app/mobile/src/session/profile/Profile.jsx +++ b/app/mobile/src/session/profile/Profile.jsx @@ -103,7 +103,7 @@ export function Profile({ drawer }) { { state.location } )} { !state.location && ( - Location + { state.strings.location } )} @@ -112,7 +112,7 @@ export function Profile({ drawer }) { { state.description } )} { !state.description && ( - Description + { state.strings.description } )}