mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-06-15 16:11:16 +00:00
fix: use Kurdish terminology (Xal instead of Puanlar)
This commit is contained in:
+1
-1
@@ -389,7 +389,7 @@ export async function getAllScoresWithFallback(
|
||||
const stakingScore = stakingResult.score;
|
||||
const referralScore = calculateReferralScore(referralCount);
|
||||
|
||||
// If staking score is 0, trust score is 0 (matches pallet logic)
|
||||
// Ger staking 0 be, trust jî 0 be (matches pallet logic)
|
||||
if (stakingScore === 0) {
|
||||
return {
|
||||
...emptyResult,
|
||||
|
||||
@@ -207,7 +207,7 @@ export function RewardsSection() {
|
||||
{[
|
||||
{ id: 'overview' as const, label: 'Geşbîn' },
|
||||
{ id: 'referrals' as const, label: 'Referral' },
|
||||
{ id: 'scores' as const, label: 'Puanlar' },
|
||||
{ id: 'scores' as const, label: 'Xal' },
|
||||
].map(({ id, label }) => (
|
||||
<button
|
||||
key={id}
|
||||
|
||||
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.124",
|
||||
"buildTime": "2026-02-06T22:20:16.985Z",
|
||||
"buildNumber": 1770416416986
|
||||
"version": "1.0.125",
|
||||
"buildTime": "2026-02-06T22:33:15.711Z",
|
||||
"buildNumber": 1770417195712
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user