Skip to content

Commit

Permalink
fix PR feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
ChibiBlasphem committed Jan 28, 2025
1 parent a0dee00 commit 08b8db8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function AndOperand({
evaluation.skipped
? 'grey'
: value === null
? 'green'
? 'orange'
: value
? 'green'
: 'red'
Expand Down
3 changes: 2 additions & 1 deletion packages/app-builder/src/locales/ar/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@
"premium": "ميزة متميزة",
"upgrade": "قم بالترقية الآن",
"errors.backend_unvailable": "لا يمكن لتطبيق Marble التواصل مع الواجهة الخلفية لـ Marble. \nقم إما بالتحقق من التكوين الخاص بك أو حاول مرة أخرى لاحقًا.",
"errors.firebase_network_error": "يواجه الرخام بعض الصعوبات في الاتصال بـ Firebase. \nقم إما بالتحقق من تكوين Firebase أو حاول مرة أخرى لاحقًا."
"errors.firebase_network_error": "يواجه الرخام بعض الصعوبات في الاتصال بـ Firebase. \nقم إما بالتحقق من تكوين Firebase أو حاول مرة أخرى لاحقًا.",
"skipped": "تخطي"
}

0 comments on commit 08b8db8

Please sign in to comment.