Skip to content

Commit

Permalink
fix: better alts & descs
Browse files Browse the repository at this point in the history
  • Loading branch information
qamarq committed Dec 29, 2024
1 parent e199edf commit 0cd083c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/plans/_components/notifications-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function NotificationsForm({ defaultUser }: { defaultUser: User }) {
Zmiany w Twoim planie
</FormLabel>
<FormDescription>
Receive emails for friend requests, follows, and more.
Otrzymuj maile o zmianach w Twoim planie.
</FormDescription>
</div>
<FormControl>
Expand All @@ -113,7 +113,7 @@ export function NotificationsForm({ defaultUser }: { defaultUser: User }) {
Powiadomienia o bezpieczeństwie
</FormLabel>
<FormDescription>
Receive emails about your account activity and security.
Otrzymuj maile na temat bezpieczeństwa Twojego konta.
</FormDescription>
</div>
<FormControl>
Expand Down
8 changes: 4 additions & 4 deletions frontend/src/app/plans/account/calendar/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function FAQCalendarPage() {
</p>
<Image
src={TutorialImage1}
alt="Tutorial 1"
alt="Strona z planami, przycisk dodaj do kalendarza"
unoptimized
className="w-full"
/>
Expand All @@ -42,13 +42,13 @@ export default function FAQCalendarPage() {
</p>
<Image
src={TutorialImage2}
alt="Tutorial 1"
alt="Strona główna kalendarza google z zaznaczonym na czerwono przyciskiem dodaj"
unoptimized
className="w-full"
/>
<Image
src={TutorialImage3}
alt="Tutorial 1"
alt="Strona kalendarza google z zaznaczonym na czerwono przyciskiem importuj"
unoptimized
className="w-full"
/>
Expand All @@ -61,7 +61,7 @@ export default function FAQCalendarPage() {
</p>
<Image
src={TutorialImage4}
alt="Tutorial 1"
alt="Strona importu pliku do kalendarza google"
unoptimized
className="w-full"
/>
Expand Down

0 comments on commit 0cd083c

Please sign in to comment.