Skip to content

Commit d145fbb

Browse files
authored
fix(app): Update i18n keyword for firmware update treatment (#13249)
1 parent 3fd73a2 commit d145fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/organisms/Devices/InstrumentsAndModules.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ export function InstrumentsAndModules({
218218
<Banner type="warning" marginBottom={SPACING.spacing4}>
219219
<Trans
220220
t={t}
221-
i18nKey="update_now"
221+
i18nKey="firmware_update_available_now"
222222
components={{
223-
calLink: (
223+
updateLink: (
224224
<StyledText
225225
as="p"
226226
css={BANNER_LINK_CSS}

0 commit comments

Comments
 (0)