Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/Html/scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Strings.noTimeLeft = 'Overdue';
Strings.disconnectedFromServer = 'Disconnected from server';
Strings.couldNotConnectToServer = 'Could not connect to the server';
Strings.connectedAndWaitingForDrive = 'Connected, waiting for the drive...';
Strings.connectedAndWaitingForDrive = 'Connected, waiting for the driver...';
Strings.connectingToServer = 'Connecting to the server...';
return Strings;
})();
Expand Down
2 changes: 1 addition & 1 deletion source/Funbit.Ets.Telemetry.Mobile/www/scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Strings.noTimeLeft = 'Overdue';
Strings.disconnectedFromServer = 'Disconnected from server';
Strings.couldNotConnectToServer = 'Could not connect to the server';
Strings.connectedAndWaitingForDrive = 'Connected, waiting for the drive...';
Strings.connectedAndWaitingForDrive = 'Connected, waiting for the driver...';
Strings.connectingToServer = 'Connecting to the server...';
return Strings;
})();
Expand Down
4 changes: 2 additions & 2 deletions source/Funbit.Ets.Telemetry.Mobile/www/scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module Funbit.Ets.Telemetry {
public static noTimeLeft = 'Overdue';
public static disconnectedFromServer = 'Disconnected from server';
public static couldNotConnectToServer = 'Could not connect to the server';
public static connectedAndWaitingForDrive = 'Connected, waiting for the drive...';
public static connectedAndWaitingForDrive = 'Connected, waiting for the driver...';
public static connectingToServer = 'Connecting to the server...';
}

Expand Down Expand Up @@ -175,4 +175,4 @@ module Funbit.Ets.Telemetry {
}
}
}
}
}