Skip to content

Commit

Permalink
Merge pull request #313 from Outblock:312-improvement-update-storage-…
Browse files Browse the repository at this point in the history
…warning-text-content

[IMPROVEMENT] Update Storage Warning Text Content
  • Loading branch information
tombeckenham authored Dec 19, 2024
2 parents 9902223 + 04bb1fe commit 22a08cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _raw/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
"message": "Import Profile"
},
"Insufficient_Storage": {
"message": "Insufficient storage."
"message": "Almost run out of account storage."
},
"Insufficient_storage_after_action": {
"message": "Insufficient storage after this action."
Expand Down
2 changes: 1 addition & 1 deletion _raw/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
"message": "プロファイルをインポート"
},
"Insufficient_Storage": {
"message": "ストレージが不足しています"
"message": "アカウントのストレージが不足しています"
},
"Transaction_failed_storage_exceeded": {
"message": "取引が失敗しました。アカウントのストレージ使用量により、アカウントの最低FLOW残高を下回ったためです。"
Expand Down
2 changes: 1 addition & 1 deletion _raw/_locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
"message": "Импортировать профиль"
},
"Insufficient_Storage": {
"message": "Недостаточно памяти"
"message": "В вашем аккаунте недостаточно места для хранения данных"
},
"Transaction_failed_storage_exceeded": {
"message": "Ваша транзакция не выполнена, так как ваш баланс упал ниже минимального значения FLOW для использования памяти вашего аккаунта."
Expand Down
2 changes: 1 addition & 1 deletion _raw/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
"message": "导入账户"
},
"Insufficient_Storage": {
"message": "存储不足"
"message": "帐户存储空间几乎耗尽"
},
"Transaction_failed_storage_exceeded": {
"message": "您的交易失败,因为它导致您的账户余额低于账户存储使用的最低FLOW余额。"
Expand Down
2 changes: 1 addition & 1 deletion src/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@
"message": "Import Profile"
},
"Insufficient_Storage": {
"message": "Insufficient Storage"
"message": "Almost run out of account storage."
},
"Transaction_failed_storage_exceeded": {
"message": "Your transaction failed because it caused your account to fall below the minimum balance of FLOW for your account's storage usage."
Expand Down

0 comments on commit 22a08cb

Please sign in to comment.