Skip to content

Commit 506e6f3

Browse files
committed
fix: safe copy
1 parent 4d6d480 commit 506e6f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/ProjectSafeDashboard/ProjectSafeDashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function ProjectSafeDashboard({
7777

7878
<div className="flex justify-between">
7979
<ExternalLink className="underline" href={safeUrl}>
80-
<Trans>Go to your Safe</Trans>
80+
<Trans>Go to Safe</Trans>
8181
</ExternalLink>
8282
<BackToProjectButton projectPageUrl={projectPageUrl} />
8383
</div>

src/locales/messages.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,9 @@ msgstr ""
524524
msgid "JuiceboxDAO"
525525
msgstr ""
526526

527+
msgid "Go to Safe"
528+
msgstr ""
529+
527530
msgid "The issuance rate is reduced by this amount each cycle (unless the owner changes the issuance rate)."
528531
msgstr ""
529532

@@ -1400,9 +1403,6 @@ msgstr ""
14001403
msgid "Why Juicebox?"
14011404
msgstr ""
14021405

1403-
msgid "Go to your Safe"
1404-
msgstr ""
1405-
14061406
msgid "Music"
14071407
msgstr ""
14081408

0 commit comments

Comments
 (0)