Skip to content

Commit

Permalink
hotfix(typo-in-accounts): replace Ago to ago (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Veit <[email protected]>
  • Loading branch information
sijav and aquamatthias authored Sep 5, 2024
1 parent d9996af commit 16328c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/de-DE/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ msgid "{label} is required"
msgstr ""

#: src/pages/panel/workspace-settings-accounts/WorkspaceSettingsAccountRow.tsx:357
msgid "{lastScanDurStr} Ago"
msgid "{lastScanDurStr} ago"
msgstr ""

#: src/pages/panel/workspace-settings-billing/ProductTierComp.tsx:107
Expand Down
4 changes: 2 additions & 2 deletions src/locales/en-US/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ msgid "{label} is required"
msgstr "{label} is required"

#: src/pages/panel/workspace-settings-accounts/WorkspaceSettingsAccountRow.tsx:357
msgid "{lastScanDurStr} Ago"
msgstr "{lastScanDurStr} Ago"
msgid "{lastScanDurStr} ago"
msgstr "{lastScanDurStr} ago"

#: src/pages/panel/workspace-settings-billing/ProductTierComp.tsx:107
msgid "{scanIntervalStr} scans"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export const WorkspaceSettingsAccountRow = ({
{lastScanStr ? (
<Tooltip title={lastScanStr}>
<Typography>
<Trans>{lastScanDurStr} Ago</Trans>
<Trans>{lastScanDurStr} ago</Trans>
</Typography>
</Tooltip>
) : (
Expand Down

0 comments on commit 16328c1

Please sign in to comment.