Skip to content

Commit

Permalink
Reword invalid access bits message
Browse files Browse the repository at this point in the history
  • Loading branch information
TollyH committed Jan 27, 2024
1 parent 7e866ab commit 22dd2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfc-editor/scenes/mfc_editor_scene_data_view.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void mfc_editor_scene_data_view_update_display(MfcEditorApp* instance) {
if(access_bits.bits != access_bits.check_bits) {
furi_string_cat(
instance->data_view_text,
"Access Bits are invalid.\nNo operations are allowed.");
"Access Bits are invalid.\nEntire sector inaccessible.");
} else if(instance->current_block == sector_trailer_num) {
furi_string_cat(
instance->data_view_text, access_sector_trailer_labels[access_bits.bits]);
Expand Down

0 comments on commit 22dd2ba

Please sign in to comment.