commit cfd9ce1171c1c0337ef640e7d4b810604ba56e5c
parent 91446aef67889d519c252dd8fcde1e9840775d18
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Tue, 22 Feb 2022 13:01:45 -0500
Update wording on new utility pages
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/projects/file-transfer-time-calculator.md b/content/projects/file-transfer-time-calculator.md
@@ -4,11 +4,11 @@ Summary: Quickly calculate how long a given file transfer will take.
# [%title]
<noscript>It seems that the current browser you are using does not support
-JavaScript or it has been disabled. JavaScript is required for this applet to
+JavaScript or it has been disabled. JavaScript is required for this utility to
function.</noscript>
-Input the size of the file and your transfer speed to calculate how long it will
-take to transfer the file.
+Calculate how long it will take to transfer a file given the file's size and the
+data transfer speed.
<p><strong>Result:</strong> <span id="result-field">0 Days, 0 Hours, 0 Minutes, 0 Seconds</span></p>
diff --git a/content/projects/monitor-dpi-calculator.md b/content/projects/monitor-dpi-calculator.md
@@ -4,10 +4,10 @@ Summary: Calculate your monitor's DPI.
# [%title]
<noscript>It seems that the current browser you are using does not support
-JavaScript or it has been disabled. JavaScript is required for this applet to
+JavaScript or it has been disabled. JavaScript is required for this utility to
function.</noscript>
-Input a resolution and a screen size to calculate the DPI/PPI of the screen.
+Input a resolution and a screen size to calculate its DPI/PPI.
<p><strong>Result:</strong> <span id="result-field">0.00</span> DPI</p>