Skip to content

Commit

Permalink
Fixed Hebrew typing mistake (#206)
Browse files Browse the repository at this point in the history
The word "את" repeating itself twice.
  • Loading branch information
eldadfux authored and westonganger committed Apr 1, 2018
1 parent e6fe90d commit 0764b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Locales.addLocale(new Locale({
Locales.addLocale(new Locale({
language: 'he',
title: "דרג את %@",
message: "אם אתה נהנה להשתמש ב- %@, אתה מוכן לקחת רגע כדי לדרג את את התוכנה? זה לא ייקח יותר מדקה. תודה על התמיכה!",
message: "אם אתה נהנה להשתמש ב- %@, אתה מוכן לקחת רגע כדי לדרג את התוכנה? זה לא ייקח יותר מדקה. תודה על התמיכה!",
cancelButtonLabel: "לא, תודה",
laterButtonLabel: "הזכר לי מאוחר יותר",
rateButtonLabel: "דרג עכשיו"
Expand Down

0 comments on commit 0764b98

Please sign in to comment.