Skip to content

Commit

Permalink
fix(app): Update i18n keyword for firmware update treatment (#13249)
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 authored Aug 7, 2023
1 parent 3fd73a2 commit d145fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/organisms/Devices/InstrumentsAndModules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ export function InstrumentsAndModules({
<Banner type="warning" marginBottom={SPACING.spacing4}>
<Trans
t={t}
i18nKey="update_now"
i18nKey="firmware_update_available_now"
components={{
calLink: (
updateLink: (
<StyledText
as="p"
css={BANNER_LINK_CSS}
Expand Down

0 comments on commit d145fbb

Please sign in to comment.