Skip to content

Commit

Permalink
chore: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Jan 8, 2025
1 parent a9ddde7 commit bd71ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ const dict = {
backup_refund_list_clear_history: "clear your browsing history",
backup_refund_skip:
"If any of the above applies to you, we strongly recommend downloading this refund file!",
refund_a_swap: "Refund a swap",
refund_swap: "Refund Swap {{ id }}",
refund_swap: "Refund Swap",
refund_a_swap_subline:
"Upload your refund file and reclaim your locked funds",
refund_past_swaps: "Past swaps",
Expand Down Expand Up @@ -341,8 +340,7 @@ const dict = {
backup_refund_list_clear_history: "die Browser Daten gelöscht werden",
backup_refund_skip:
"Falls einer dieser Punkte zutrifft, empfehlen wir ausdrücklich die Rückerstattungsdatei herunterzuladen!",
refund_a_swap: "Einen Swap erstatten",
refund_swap: "Erstatte Swap {{ id }}",
refund_swap: "Swap erstatten",
refund_a_swap_subline:
"Lade deine Rückerstattungsdatei hoch und hole dir deine Bitcoin aus einem fehlgeschlagenen Swap zurück",
refund_past_swaps: "Historische Swaps",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Refund.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Refund = () => {
<div class="frame" data-testid="refundFrame">
<header>
<SettingsCog />
<h2>{t("refund_a_swap")}</h2>
<h2>{t("refund_swap")}</h2>
</header>
<Show
when={refundableSwaps().length > 0}
Expand Down

0 comments on commit bd71ccb

Please sign in to comment.