Skip to content

Commit eacb247

Browse files
committed
fix locale
1 parent 291559c commit eacb247

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/lang/en/errors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
'wallet_empty' => 'Wallet is empty',
77
'insufficient_funds' => 'Insufficient funds',
88
'confirmed_invalid' => 'The translation has already been confirmed',
9-
'owner_invalid' => 'You are not the owner of the translation',
9+
'owner_invalid' => 'You are not the owner of the wallet',
1010
];

resources/lang/ru/errors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
'wallet_empty' => 'Кошелёк пуст',
77
'insufficient_funds' => 'Недостаточно средств',
88
'confirmed_invalid' => 'Перевод уже подтвержден',
9-
'owner_invalid' => 'Вы не владелец перевода',
9+
'owner_invalid' => 'Вы не владелец кошелька',
1010
];

resources/lang/zh-CN/errors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
'wallet_empty' => '钱包为空',
77
'insufficient_funds' => '余额不足',
88
'confirmed_invalid' => '翻译已经确认',
9-
'owner_invalid' => '您不是翻译的所有者',
9+
'owner_invalid' => '你不是钱包的主人',
1010
];

0 commit comments

Comments
 (0)