Skip to content

Commit

Permalink
IS calib: Fix translating link
Browse files Browse the repository at this point in the history
  • Loading branch information
CZDanol-prusa authored and CZDanol committed Sep 5, 2024
1 parent 1095ba6 commit f2ad772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/screen_input_shaper_calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class FrameInfo {
.append_string("prusa.io/")
.append_string(PrinterModelInfo::current().help_url)
.append_string("-iscal");
link.SetText(_(link_buffer.data()));
link.SetText(string_view_utf8::MakeRAM(link_buffer.data()));
qr.get_string_builder()
.append_string("prusa.io/qr-")
.append_string(PrinterModelInfo::current().help_url)
Expand Down

0 comments on commit f2ad772

Please sign in to comment.