🚸 Change "SD" to "Media" or "SD/FD" (#23297)

This commit is contained in:
Robby Candra
2021-12-15 07:51:19 +07:00
committed by Scott Lahteine
parent 570c7e8638
commit d2c7104bb3
14 changed files with 33 additions and 33 deletions

View File

@ -457,7 +457,7 @@ void CardReader::mount() {
cdroot();
#if ENABLED(USB_FLASH_DRIVE_SUPPORT) || PIN_EXISTS(SD_DETECT)
else if (marlin_state != MF_INITIALIZING)
ui.set_status(GET_TEXT_F(MSG_SD_INIT_FAIL), -1);
ui.set_status(GET_TEXT_F(MSG_MEDIA_INIT_FAIL), -1);
#endif
ui.refresh();