Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/dialog/content/setting/CreditsPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<div class="flex justify-between items-center mt-8">
<Button
:label="$t('credits.creditsHistory')"
:label="$t('credits.invoiceHistory')"
text
severity="secondary"
icon="pi pi-arrow-up-right"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@
"credits": "Credits",
"yourCreditBalance": "Your credit balance",
"purchaseCredits": "Purchase Credits",
"creditsHistory": "Credits History",
"invoiceHistory": "Invoice History",
"faqs": "FAQs",
"messageSupport": "Message Support",
"lastUpdated": "Last updated",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
},
"credits": {
"credits": "Créditos",
"creditsHistory": "Historial de créditos",
"faqs": "Preguntas frecuentes",
"invoiceHistory": "Historial de facturas",
"lastUpdated": "Última actualización",
"messageSupport": "Contactar soporte",
"purchaseCredits": "Comprar créditos",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
},
"credits": {
"credits": "Crédits",
"creditsHistory": "Historique des crédits",
"faqs": "FAQ",
"invoiceHistory": "Historique des factures",
"lastUpdated": "Dernière mise à jour",
"messageSupport": "Contacter le support",
"purchaseCredits": "Acheter des crédits",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ja/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
},
"credits": {
"credits": "クレジット",
"creditsHistory": "クレジット履歴",
"faqs": "よくある質問",
"invoiceHistory": "請求履歴",
"lastUpdated": "最終更新",
"messageSupport": "サポートにメッセージ",
"purchaseCredits": "クレジットを購入",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ko/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
},
"credits": {
"credits": "크레딧",
"creditsHistory": "크레딧 내역",
"faqs": "자주 묻는 질문",
"invoiceHistory": "청구서 내역",
"lastUpdated": "마지막 업데이트",
"messageSupport": "지원 문의",
"purchaseCredits": "크레딧 구매",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
},
"credits": {
"credits": "Кредиты",
"creditsHistory": "История кредитов",
"faqs": "Часто задаваемые вопросы",
"invoiceHistory": "История счетов",
"lastUpdated": "Последнее обновление",
"messageSupport": "Связаться с поддержкой",
"purchaseCredits": "Купить кредиты",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
},
"credits": {
"credits": "积分",
"creditsHistory": "积分历史",
"faqs": "常见问题",
"invoiceHistory": "发票历史",
"lastUpdated": "最近更新",
"messageSupport": "联系客服",
"purchaseCredits": "购买积分",
Expand Down