diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-01-20 09:41:57 +0100 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-01-20 09:41:57 +0100 |
commit | 20a89ce96535508974a4c9315c062928bea17a85 (patch) | |
tree | c562f14e6d4f5ef8ed247f3d8c0a4a1a4e421442 /ogcp/templates/actions/setup.html | |
parent | e11125ef9e579895d38c5d377ddc87f7885b4a3c (diff) |
Rename to "Partition Table Type"
Otherwise, "Partition Table" is ambiguous.
Diffstat (limited to 'ogcp/templates/actions/setup.html')
-rw-r--r-- | ogcp/templates/actions/setup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/setup.html b/ogcp/templates/actions/setup.html index 8b5b003..5898201 100644 --- a/ogcp/templates/actions/setup.html +++ b/ogcp/templates/actions/setup.html @@ -8,7 +8,7 @@ <table class="table"> <thead class="text-center"> <tr> - <th>Partition Table</th> + <th>Partition Table Type</th> <th>Total Disk Size (MB)</th> </tr> </thead> |