Skip to content

Commit

Permalink
fix: safe copy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquirk committed Jan 15, 2024
1 parent 4d6d480 commit 506e6f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function ProjectSafeDashboard({

<div className="flex justify-between">
<ExternalLink className="underline" href={safeUrl}>
<Trans>Go to your Safe</Trans>
<Trans>Go to Safe</Trans>
</ExternalLink>
<BackToProjectButton projectPageUrl={projectPageUrl} />
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/locales/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@ msgstr ""
msgid "JuiceboxDAO"
msgstr ""

msgid "Go to Safe"
msgstr ""

msgid "The issuance rate is reduced by this amount each cycle (unless the owner changes the issuance rate)."
msgstr ""

Expand Down Expand Up @@ -1400,9 +1403,6 @@ msgstr ""
msgid "Why Juicebox?"
msgstr ""

msgid "Go to your Safe"
msgstr ""

msgid "Music"
msgstr ""

Expand Down

2 comments on commit 506e6f3

@vercel
Copy link

@vercel vercel bot commented on 506e6f3 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 506e6f3 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.