diff options
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks/page.php')
-rw-r--r-- | h-source/Application/Views/Desktop/Notebooks/page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/page.php b/h-source/Application/Views/Desktop/Notebooks/page.php index 91591f8..5ba76fa 100644 --- a/h-source/Application/Views/Desktop/Notebooks/page.php +++ b/h-source/Application/Views/Desktop/Notebooks/page.php @@ -60,7 +60,7 @@ </div> <div class="notebook_vendor"> - <div class="inner_label"><?php echo gtext("does it have free boot firmware (BIOS,UEFI,...) ?");?></div> + <div class="inner_label"><?php echo gtext("does it have a free boot firmware (BIOS,UEFI,...) ?");?></div> <div class="inner_value"><b><?php echo translate_and_gtext($item[$tableName]['bios']);?></b></div> </div> |