Skip to content

Commit

Permalink
fix: texts
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Sep 20, 2023
1 parent 2532905 commit 8fc2a9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Privacy = () => {
<ParagraphStyle>
<h2>{TEXTS.privacy}</h2>
<p>
באתר מוטמע שירות
באתר מוטמע שירות{' '}
<a href="https://marketingplatform.google.com/about/analytics/">Google Analytics </a>
לניתוח דפוסי השימוש ומיצוב האתר במנועי חיפוש. קוד זה חושף בפני מפעילי השירות מידע בנוגע
להתנהגות המשתמשים.
Expand Down Expand Up @@ -98,8 +98,7 @@ const Funding = () => {
<h2>{TEXTS.funding}</h2>
<p>{TEXTS.funding_paragraph}</p>
<ul>
<li>{TEXTS.prime_ministers_office}</li>
<li>{TEXTS.european_union}</li>
<li>{TEXTS.mr_meir}</li>
<li>{TEXTS.innovation_authority}</li>
<li>{TEXTS.migdal_company}</li>
<li>{TEXTS.and_smaller_donors}</li>
Expand Down
5 changes: 3 additions & 2 deletions src/resources/texts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ export const TEXTS = {
license: 'רשיון שימוש',
questions: 'שאלות? תגובות? רעיונות?',
funding: 'מימון',
funding_paragraph: 'לאורך השנים, הפרויקט קיבל מימון נוסף גם מהגופים הבאים:',
prime_ministers_office: 'מר אשר מאיר',
funding_paragraph:
'דאטא בוס מפותח בעבודת מתנדבים ומבוסס על Open API שפותח בסדנא לידע ציבורי בעזרתם הנדיבה של -',
mr_meir: 'מר אשר מאיר',
innovation_authority: 'רשות החדשנות',
migdal_company: '“מגדל בקהילה“',
and_smaller_donors: 'ותרומות קטנות נוספות של ידידי ואוהדי הסדנא.',
Expand Down

0 comments on commit 8fc2a9d

Please sign in to comment.