We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fa7d2 commit dbb9681Copy full SHA for dbb9681
src/frontend/pages/ForgotInfo.tsx
@@ -146,7 +146,7 @@ export function ForgotInfo({ onNavigate }: ForgotInfoProps) {
146
disabled={isLoading || !type || !value}
147
className="w-full"
148
>
149
- {isLoading ? 'Sending Request...' : 'Send Membership Information'}
+ {isLoading ? 'يتمّ الإرسال...' : 'أرسل بيانات العضوية'}
150
</Button>
151
152
{/* <Button
@@ -164,7 +164,7 @@ export function ForgotInfo({ onNavigate }: ForgotInfoProps) {
164
onClick={() => onNavigate('landing')}
165
166
167
- Back to Home
+ العودة للصفحة الرئيسية
168
169
</div>
170
</form>
0 commit comments