Skip to content

Commit 0553d57

Browse files
committed
frontend/frame: remove translation prefix
Thi fixes the i8n module not being able to find the translation key
1 parent 3b93f8f commit 0553d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Frame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export class Frame extends Component<{}, FrameState> {
296296
});
297297

298298
if (info.error || !info.data) {
299-
showAlert(t("chargers.not_connected"), "danger");
299+
showAlert(t("not_connected"), "danger");
300300
route("/devices", true);
301301
return;
302302
}

0 commit comments

Comments
 (0)