Skip to content

Commit

Permalink
fixed loading message
Browse files Browse the repository at this point in the history
  • Loading branch information
pidgy committed Apr 13, 2019
1 parent dbac4a8 commit 8c8b72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InternetSpeedTest/js/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ registerController("InternetSpeedTestController", ['$api', '$scope','$window','$
};

$scope.startSpeedTest = function () {
$scope.loading = "Loading";
$scope.loading = "Running Test";
$scope.working = "Your Internet Speed Test is running. Please be patient, this may take a minute to finish depending on your internet speed.";
$scope.throbber = true;

Expand Down

0 comments on commit 8c8b72e

Please sign in to comment.