Skip to content

Commit dbb9681

Browse files
Fix: Update button text to Arabic for membership information request and navigation
1 parent d7fa7d2 commit dbb9681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frontend/pages/ForgotInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export function ForgotInfo({ onNavigate }: ForgotInfoProps) {
146146
disabled={isLoading || !type || !value}
147147
className="w-full"
148148
>
149-
{isLoading ? 'Sending Request...' : 'Send Membership Information'}
149+
{isLoading ? 'يتمّ الإرسال...' : 'أرسل بيانات العضوية'}
150150
</Button>
151151

152152
{/* <Button
@@ -164,7 +164,7 @@ export function ForgotInfo({ onNavigate }: ForgotInfoProps) {
164164
onClick={() => onNavigate('landing')}
165165
className="w-full"
166166
>
167-
Back to Home
167+
العودة للصفحة الرئيسية
168168
</Button>
169169
</div>
170170
</form>

0 commit comments

Comments
 (0)